Add a wxLog::DoCreateOnDemand and call it from DoCommonPreInit so that
authorDavid Elliott <dfe@tgwbd.org>
Fri, 18 May 2007 21:17:06 +0000 (21:17 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Fri, 18 May 2007 21:17:06 +0000 (21:17 +0000)
commite94cd97dd7db345ab4c9abb911cf4396fcac3335
treeef0b02c814a693cd9a45ff017184469d44785198
parent879180b655d2f440e55ad094b637f0121b7b4211
Add a wxLog::DoCreateOnDemand and call it from DoCommonPreInit so that
logging will work even if wxWidgets is reentered after being cleaned up.

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