Function mowl::init [] [src]

pub fn init() -> Result<()>

Initializes the global logger with max_log_level set to LogLevel::Trace.

Examples

mowl::init().unwrap();
warn!("Warning");