]> git.saurik.com Git - wxWidgets.git/commit - interface/wx/log.h
Add wxLogFormatter to allow easier wxLog output customization.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Dec 2011 13:35:01 +0000 (13:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Dec 2011 13:35:01 +0000 (13:35 +0000)
commit4ffdb64018ac4e4d76c57914d02f8547bf445683
treed7cc163815bb65397ea0ef0a71b907ca6fe65221
parent2cc6b51b90824893ed26ff9ff08b41fe289fd26f
Add wxLogFormatter to allow easier wxLog output customization.

Delegate the log string creation to wxLogFormatter. This allows defining a
custom object of a class derived from it to customize the log output instead
of having to override DoLogRecord() in wxLog itself.

Closes #13792.

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