X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/154b6b0f0eda0007d7ffbbfacff7e57c5861c28b..de414223ab83187113388a167dc5fa391cc9e166:/docs/latex/wx/tlog.tex diff --git a/docs/latex/wx/tlog.tex b/docs/latex/wx/tlog.tex index 713757d6ca..f195d43ede 100644 --- a/docs/latex/wx/tlog.tex +++ b/docs/latex/wx/tlog.tex @@ -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.