Expand description
Re-exports§
pub use log4rs;
Structs§
- Console
Appender - A log4rs appender that writes ANSI colored log messages to stdout.
- Plain
Console Appender - A log4rs appender that writes uncolored log messages to stdout.
- Rolling
File Appender - A log4rs appender that writes to daily rolling logfiles with the date used as a suffix in the filename.
- Settings
- Settings struct for mlzlog::init().
- Target
Filter - A log4rs filter for filtering by target.
Functions§
- init
- Initialize default mlzlog settings.
- set_
thread_ prefix - Set logging prefix for the current thread.