Crate belog

Source
Expand description

A logging library which prints a minimal, colored and beautiful output.

Functionsยง

init
Initializes the logger with the default level, which is set to Info, but panics if it fails.
init_with_level
Initializes the logger with the given level, but panics if it fails to set the logger.
try_init
Tries to initialize the logger with the default level, which is set to Info.
try_init_with_level
Tries to initialize the logger with the given level.