Do our best to show messages logged during program startup/shutdown.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 18 Jul 2009 11:56:44 +0000 (11:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 18 Jul 2009 11:56:44 +0000 (11:56 +0000)
commit55b24eb8cd912f9a9db37193f31159634d93b293
tree15ae5660a66a6eecd1346bacb2a8c6bdb4011928
parente55919d8927c407960e1237faf3a13e7cd5ff0ee
Do our best to show messages logged during program startup/shutdown.

Use wxMessageOutputBest to show them even under Windows where programs usually don't have stderr at all and also don't disable log target auto-creation during shutdown as it's arguably better to leak memory (which shouldn't matter much when the program is about to exit anyhow) than to not show possibly important messages.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/init.cpp
src/common/log.cpp