Crate lite_log

Source

Structs§

LiteLogger
Implements Log and a set of simple builder methods for configuration.
Logger
Implements Log and a set of simple builder methods for configuration.

Functions§

init
Initialise the logger with its default configuration.
init_by_envDeprecated
Use init_with_env instead.
init_utc
Initialise the logger with its default configuration.
init_with_env
Initialise the logger with the RUST_LOG environment variable.
init_with_level
Initialise the logger with a specific log level.