Crate mowl[][src]

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 to LevelFilter::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.