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.