danieleteti/loggerpro

Feature request - OnAfterRotate

mfpta opened this issue · 1 comments

It would be useful to have the ability to use an onAfterRotate event, so that you can perform custom operations on the newly rotated file, such as

  • compressing file
  • moving the file to a log storage folder
  • etc...
    Is it possible?

Would be nice. However it wil l be blocking for the calling thread, so it must be intended just as "staert something that will actually execute in another thread".