pub fn init_logger()
Initialize the logger with the default filter.
Reads the log level from the RUST_LOG environment variable. If not set, defaults to info level.
RUST_LOG
info
Panics if the logger has already been initialized.