Function simple_logger::init
source ยท pub fn init() -> Result<(), SetLoggerError>
Expand description
Initialise the logger with its default configuration.
Log messages will not be filtered.
The RUST_LOG
environment variable is not used.
pub fn init() -> Result<(), SetLoggerError>
Initialise the logger with its default configuration.
Log messages will not be filtered.
The RUST_LOG
environment variable is not used.