LOG_MODULE

Constant LOG_MODULE 

Source
pub const LOG_MODULE: LocalKey<RefCell<&'static str>>;
Expand description

Per-thread module tag. Each file can call log_module!("NAME"); to set this.