[−][src]Crate belog
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. |