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

Get all log files include rolling #138

Closed incker closed 1 year ago

incker commented 1 year ago

Hello,

Is there a way to get know a list of current log files?

my_prog_r00000.log my_prog_r00001.log my_prog_r00002.log my_prog_rCURRENT.log

I guess you have some cleanup functions, which know which log files exist right now, so maybe you have a function to receive this list

Thank you)