badaix / aixlog

Header-only C++ logging library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log rotation not present?

cubicalbrij opened this issue · comments

Log rotation not present?

No.
AixLog is meant to be simple, but extensible. You can easily create a file logger with log rotation: https://github.com/badaix/aixlog#advanced-usage
Log rotation is already too special: when to rotate, filenameing, zipping of old log files, ...