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
Post a Comment