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.
我的需求很简单:
使用 log4cplus,我希望能够在日志文件中写入日志,并在每次写入之前刷新日志文件。这样,当我运行我的应用程序时,我的日志文件中只有一行。
我试过 append=False 属性,但它只在启动时刷新日志文件。
我可以用 C++ 手动完成,但我不想编写 C++ 代码,因为该产品已经在生产中。
任何想法 ?
谢谢,
使用该ImmediateFlush属性强制文件附加程序在每个事件之后刷新。
ImmediateFlush