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

FileLogWriterBuilder does not support logging by Module path? #107

Closed jm-observer closed 2 years ago

jm-observer commented 2 years ago

I want to set file rotation and log level in the module dimension, because i want to log other‘s crate to alone file.

emabee commented 2 years ago

Not needed anymore?