我正在运行Win32应用程序(它是基于谷歌测试的单元测试)。在运行结束时,打印测试摘要时,我发生了以下故障:
log4cplus:ERROR Re-initializing default context after it has already been destroyed.
The memory will be leaked.
似乎log4cplus默认上下文已被破坏。 知道如何防止它被破坏直到我的所有信息被打印出来吗?
答案 0 :(得分:2)
我认为您正在从退出main()
后调用的静态/全局对象的dtors进行日志记录。 log4cplus不支持此功能。它不受支持。