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.