MCPcopy 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
40pub fn info(message: &str) {
41 if is_console_info_enabled() {
42 println!("INFO: {}", message);
43 }
44 info!("{}", message);
45}
46
47#[allow(dead_code)]
48pub fn warn(message: &str) {

Callers 2

create_jvmMethod · 0.85
buildMethod · 0.85

Calls 1

is_console_info_enabledFunction · 0.85

Tested by

no test coverage detected