Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astonbitecode/j4rs
/ info
Function
info
rust/src/logger.rs:40–45 ·
view source on GitHub ↗
(message: &str)
Source
from the content-addressed store, hash-verified
38
}
39
40
pub fn info(message: &str) {
41
if is_console_info_enabled() {
42
println!(
"INFO: {}"
, message);
43
}
44
info!(
"{}"
, message);
45
}
46
47
#[allow(dead_code)]
48
pub fn warn(message: &str) {
Callers
2
create_jvm
Method · 0.85
build
Method · 0.85
Calls
1
is_console_info_enabled
Function · 0.85
Tested by
no test coverage detected