emabee / flexi_logger

A flexible logger for rust programs that can write to stderr, stdout, and/or to log files
Apache License 2.0
315 stars 55 forks source link

Pass format option into custom loggers #37

Closed vmx closed 5 years ago

vmx commented 5 years ago

Custom loggers can now make use of a formatting function supplied by the format() call when creating the logger instance.