Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在我的 C++ 项目中使用pantheios 。具体来说,我使用股票be.file后端将日志输出到文件中。我想知道如何限制日志文件的大小,以便在超过该限制时可以翻转或覆盖它。
be.file
Pantheios 1.0.1 beta 214(最新的 AFAIK)目前不支持对文件的任何限制。这是来自 bec.file.h 的片段
#if 0 /* None of the following are yet supported: */ #define PANTHEIOS_BE_FILE_F_ROLL_ON_SIZE (0x01000000) ... #endif /* 0 */