I need to zip logs, produced by Boost Logging library. I see 2 approaches:
- Compress logs on the fly to BZip or GZip - preferably
- Compress logs when rotating (make copy of log and zip it).
How do I implement this?
I need to zip logs, produced by Boost Logging library. I see 2 approaches:
How do I implement this?