Crate mowl [] [src]

Minimal logger with color support

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

Modules

error

Basic error handling mechanisms

Structs

Logger

The logging structure

Functions

init

Initializes the global logger with max_log_level set to LogLevel::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.