]> git.saurik.com Git - wxWidgets.git/commit - interface/wx/log.h
Add support for thread-specific log targets.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 13 Jul 2009 11:09:26 +0000 (11:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 13 Jul 2009 11:09:26 +0000 (11:09 +0000)
commitacad886cb4119e4077783b063d85e74cbe266106
tree539ce47145e814176f2e321e73e5570ff79e1368
parent409aa9e1efe77f310e28470cce4a87d21fdb1ba4
Add support for thread-specific log targets.

A worker thread can now have its own log target which will be used directly
by the log functions instead of buffering log output in the main thread; the
GUI thread in the thread sample shows how it works.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/log.h
include/wx/private/threadinfo.h [new file with mode: 0644]
interface/wx/log.h
samples/thread/thread.cpp
src/common/log.cpp