Crate the_logger

Source

Macros§

log
Description
log_critical
Description
log_debug
Description
log_error
Description
log_info
Description
log_trace
Description
log_warning
Description

Structs§

TheLogger
Main struct to instantiate when using TheLogger. Its inner RwLock allows only one usage of the file writer and configuration member at a time.
TheLoggerConfig
TheLoggerConfig allows the user to configure on startup the logger’s output.