pymumu / tinylog

A lightweight C, C++ logging library developed for Linux, It is designed with high performance, asynchronized, thread-safe and process-safe; tinylog是一个专为UNIX设计的轻量级的C/C++日志模块,其提供了高性能,异步,线程安全,进程安全的日志功能。
Other
212 stars 63 forks source link

Time-based log rotation #14

Open vemohitt opened 9 months ago

vemohitt commented 9 months ago

Does not support time-based log rotation. Rotating and deleting logs not only after a specified interval but also at a specified time.

pymumu commented 9 months ago

Currently, only rotation by file size is supported, rotation by time is not supported. Maybe consider outputting to syslog and rotating it?