Add component-level filtering to wxLog.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Jul 2009 14:56:23 +0000 (14:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Jul 2009 14:56:23 +0000 (14:56 +0000)
commitc602c59b6e623d7775c16ce6412b64b34dc5dd94
tree521f355fb256ba238328eb7e53b9a6333716ae89
parentfbbde24964a911000cc53b72def5e7aed14e07c9
Add component-level filtering to wxLog.

Each log message is now associated with its component, "wx" by default for
messages generated by wxWidgets and wxLOG_COMPONENT in general (which is empty
by default). Each component may have its own log level and they are
hierarchical allowing fine configuration of what exactly is logged.

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