Re-exports§
pub use core::LogLevel;
pub use core::Pattern;
pub use core::LoggerConfig;
pub use core::Logger;
pub use error::LoggerError;
Modules§
Macros§
- log_
debug - Macro for logging DEBUG messages with formatting support
- log_
error - Macro for logging ERROR messages with formatting support
- log_
info - Macro for logging INFO messages with formatting support
- log_
trace - Macro for logging TRACE messages with formatting support
- log_
warning - Macro for logging WARNING messages with formatting support
Functions§
- log_
debug - Log a DEBUG level message
- log_
error - Log an ERROR level message
- log_
info - Log an INFO level message
- log_
init - Initialize the global logger with basic configuration
- log_
init_ with_ level - Initialize the global logger with log level filtering
- log_
init_ with_ rotation - Initialize the global logger with custom rotation settings
- log_
trace - Log a TRACE level message
- log_
warning - Log a WARNING level message