log4cplus:ERROR Re-initializing default context after it has already been destroyed -


i'm running win32 application (it unit test based on google test). @ end of run, when test summary printed, i've following failure:

log4cplus:error re-initializing default context after has been destroyed. memory leaked. 

it seems log4cplus default context destroyed. idea how prevent destroying until messages printed?

i think logging dtors of static/global objects called after main() exited. not supported log4cplus. cannot supported.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -