]> git.saurik.com Git - wxWidgets.git/commit
Make wxLog::EnableLogging() and wxLogNull thread-specific.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 13 Jul 2009 13:21:52 +0000 (13:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 13 Jul 2009 13:21:52 +0000 (13:21 +0000)
commit53ff8df7d54cd427674fc9bffb748c8872c0d658
tree73bde2e05a072204b17b6dd0e1ebab5b88508da3
parentacad886cb4119e4077783b063d85e74cbe266106
Make wxLog::EnableLogging() and wxLogNull thread-specific.

Disabling logging in a single thread (even the main one) shouldn't disable
logs from the background threads which should disable their logging themselves
as/if needed.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/doxygen/overviews/log.h
include/wx/log.h
include/wx/private/threadinfo.h
interface/wx/log.h
samples/thread/thread.cpp
src/common/log.cpp