Expand description
Basic console and file logging.
Re-exports§
pub use log;
Modules§
- console
std - Basic console log implementation. Unconfigurable at the moment.
Functions§
- init_
console std - Initializes the console logger to
Level::Warn - init_
console_ from_ env std - Initializes the console logger from the configuration in the specified environment variable.
- init_
console_ level std - Initializes the console logger to the specified
Level