MCPcopy Create free account
hub / github.com/GCWing/BitFun / current_runtime_log_level

Function current_runtime_log_level

src/apps/desktop/src/logging.rs:131–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129}
130
131pub fn current_runtime_log_level() -> log::LevelFilter {
132 u8_to_level_filter(CURRENT_LOG_LEVEL.load(Ordering::Relaxed))
133}
134
135pub fn apply_runtime_log_level(level: log::LevelFilter, source: &str) {
136 let old_level = current_runtime_log_level();

Callers 3

apply_runtime_log_levelFunction · 0.85
get_runtime_logging_infoFunction · 0.85
generate_init_scriptMethod · 0.85

Calls 2

u8_to_level_filterFunction · 0.85
loadMethod · 0.45

Tested by

no test coverage detected