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_levelset 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_leveland without any coloring.