MCPcopy Create free account
hub / github.com/astonbitecode/j4rs / is_console_info_enabled

Function is_console_info_enabled

rust/src/logger.rs:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67pub fn is_console_info_enabled() -> bool {
68 return CONSOLE_ENABLED.to_owned() > 2;
69}
70
71pub fn is_console_warn_enabled() -> bool {
72 return CONSOLE_ENABLED.to_owned() > 1;

Callers 1

infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected