magillus / flutter-fimber

Fimber is Flutter logger inspired by Timber (logger API for Android)
106 stars 22 forks source link

TimedRollingFileTree does not implement maxHistoryFiles #106

Open kamil-chmiel opened 3 years ago

kamil-chmiel commented 3 years ago

Do you plan to support maxHistoryFiles in TimedRollingFileTree class? Currently there is only a declaration of maxHistoryFiles variable, but it is not used.

I assume Fimber should should delete log files if there is more than stored files.

otopba commented 3 years ago

image

magillus commented 3 years ago

Sorry for delayed response - I was on vacation last week.

Yes, the plan is to use that field and maintain the files - I didn't had chance to work on it but I will after seeing the interest.

antonshkurenko commented 2 years ago

Hi, is this package maintained? Because it's still an issue

magillus commented 2 years ago

I am sorry for the delay. Yes, I consider it maintained, but this feature is not priority while I am busy with other things. I will get back to this as soon as I can