Expand description
Structs§
- Logger
- The logger.
Functions§
- from_
str - Initializes logging from a
&str
. Helpful with external configuration. - init
- Initializes logging with a global max level of
LevelFilter::Info
. - with_
filter - Initializes logging with a
Filter
implementation. - with_
level - Initializes logging with a global max level.