Crate irox_log

Source
Expand description

Basic console and file logging.

Re-exports§

pub use log;

Modules§

consolestd
Basic console log implementation. Unconfigurable at the moment.

Functions§

init_consolestd
Initializes the console logger to Level::Warn
init_console_from_envstd
Initializes the console logger from the configuration in the specified environment variable.
init_console_levelstd
Initializes the console logger to the specified Level