Function mowl::init
[−]
[src]
pub fn init() -> Result<(), SetLoggerError>
Initializes the global logger with max_log_level set to LogLevel::Trace.
Examples
mowl::init().unwrap(); warn!("Warning");