Crate simple_logger[][src]

A logger that prints all messages with a readable output format.

Functions

init

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

init_with_level

Initializes the global logger with a SimpleLogger instance with max_log_level set to a specific log level.