Module set_log

Source

Re-exports§

pub use crate::config::LogVariables;
pub use crate::config::LogVariablesImpl;
pub use crate::config::LogLevel;
pub use crate::config::LOG_ROTATOR_CONFIG;
pub use crate::config::LOG_MUTEX;
pub use crate::LOG_PATH;
pub use crate::log_rotator::LogPath;
pub use crate::log_rotator::LogConfig;
pub use crate::log_rotator::LogRotatorConfig;

Macros§

log_error
Macro rules - log_error!

Functions§

set_log_level
Sets the log level to the provided value.
set_log_path
Sets the log path and, optionally, the log rotator configuration.