don't use static buffer needing a critical section to protect it for logging; this...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 31 Aug 2006 11:31:02 +0000 (11:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 31 Aug 2006 11:31:02 +0000 (11:31 +0000)
commit2e7f384517ccb08cec87dd233c8f11f876b65e5c
treeb93e9f5b8ff2961343663b466e7f8fc96e3800a3
parent6a93571daf0f1dc47ac37951852b895153cbd779
don't use static buffer needing a critical section to protect it for logging; this results in deadlocks if the log sink decides to log itself (and this can be very difficult to prevent) and is unnecessary anyhow as the initial goal of allowing wxLog to work even for out of memory errors has never been tested and presumably never worked

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