Added DetachOldLog to avoid destruction of old log target

Renamed wxLogPassThrough to wxLogInterposer
Added wxLogInterposerTemp


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-06-21 12:44:38 +00:00
parent dc99a350df
commit 47fe7ff382
4 changed files with 82 additions and 18 deletions

View File

@@ -8,7 +8,8 @@ Classes: \helpref{wxLog}{wxlog},\\
\helpref{wxLogGui}{wxloggui},\\
\helpref{wxLogNull}{wxlognull},\\
\helpref{wxLogChain}{wxlogchain},\\
\helpref{wxLogPassThrough}{wxlogpassthrough},\\
\helpref{wxLogInterposer}{wxloginterposer},\\
\helpref{wxLogInterposerTemp}{wxloginterposertemp},\\
\helpref{wxStreamToTextRedirector}{wxstreamtotextredirector}
This is a general overview of logging classes provided by wxWidgets. The word
@@ -166,6 +167,6 @@ reasons it is unwanted, just use this construction:
The log targets can also be combined: for example you may wish to redirect the
messages somewhere else (for example, to a log file) but also process them as
normally. For this the \helpref{wxLogChain}{wxlogchain} and
\helpref{wxLogPassThrough}{wxlogpassthrough} can be used.
normally. For this the \helpref{wxLogChain}{wxlogchain}, \helpref{wxLogInterposer}{wxloginterposer} and\rtfsp
\helpref{wxLogInterposerTemp}{wxloginterposertemp} can be used.