Expand description
§Minimal logger with color support
mowl::init().unwrap();
warn!("Warning");
Structs§
- Logger
- The logging structure
Functions§
- init
- Initializes the global logger with
max_log_level
set toLevelFilter::Trace
. - init_
with_ level - Initializes the global logger with a specific
max_log_level
. - init_
with_ level_ and_ without_ colors - Initializes the global logger with a specific
max_log_level
and without any coloring.