Crate mlzlog

source ·
Expand description

A collection of log4rs appenders and configuration for logging in the same style as the Python package mlzlog.

Re-exports

Structs

  • A log4rs appender that writes ANSI colored log messages to stdout.
  • A log4rs appender that writes uncolored log messages to stdout.
  • A log4rs appender that writes to daily rolling logfiles with the date used as a suffix in the filename.
  • Settings struct for mlzlog::init().
  • A log4rs filter for filtering by target.

Functions