emabee / flexi_logger

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

FileLogWriter feature duplicate_to_stderr #134

Open incker opened 1 year ago

incker commented 1 year ago

Hello! I have noticed that writer FileLogWriter can not duplicate_to_stderr/out Is there an easy way to print to console msgs from writer?

Forward thank you!