pub fn init_utc() -> 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.
This function is only available if the timestamps
feature is enabled.