Expand description
A ridiculously minimal and good-looking logger.
Functionsยง
- init
- Use the given string as the log level.
- init_
from_ env - Use the value of the given environment variable as the log level.
- minimal
- Same as
init
, but hiding timestamps and target modules. - minimal_
from_ env - Same as
init_from_env
, but hiding timestamps and target modules.