X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a826c31586bc245a584c449c817bca3877e7e16c..6f9b81232eef61285f2e6556a8df7680870ec84a:/docs/latex/wx/log.tex diff --git a/docs/latex/wx/log.tex b/docs/latex/wx/log.tex index e0acaf998f..6cf3d92813 100644 --- a/docs/latex/wx/log.tex +++ b/docs/latex/wx/log.tex @@ -524,6 +524,33 @@ Suspends logging. Resumes logging. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% wxLogPassThrough %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section{\class{wxLogPassThrough}}\label{wxlogpassthrough} + +A special version of \helpref{wxLogChain}{wxlogchain} which uses itself as the +new log target. Maybe more clearly, it means that this is a log target which +forwards the log messages to the previously installed one in addition to +processing them itself. + +Unlike \helpref{wxLogChain}{wxlogchain} which is usually used directly as is, +this class must be derived from to implement \helpref{DoLog}{wxlogdolog} +and/or \helpref{DoLogString}{wxlogdologstring} methods. + +\wxheading{Derived from} + +\helpref{wxLogChain}{wxlogchain} + +\wxheading{Include files} + + + +\latexignore{\rtfignore{\wxheading{Members}}} + +\membersection{wxLogPassThrough::wxLogPassThrough}\label{wxlogpassthroughctor} + +Default ctor installs this object as the current active log target. + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% wxLogStderr %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{\class{wxLogStderr}}\label{wxlogstderr} @@ -699,30 +726,3 @@ prevent this from happening. Called right before the log frame is going to be deleted: will always be called unlike \helpref{OnFrameClose()}{wxlogwindowonframeclose}. -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% wxLogPassThrough %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\section{\class{wxLogPassThrough}}\label{wxlogpassthrough} - -A special version of \helpref{wxLogChain}{wxlogchain} which uses itself as the -new log target. Maybe more clearly, it means that this is a log target which -forwards the log messages to the previously installed one in addition to -processing them itself. - -Unlike \helpref{wxLogChain}{wxlogchain} which is usually used directly as is, -this class must be derived from to implement \helpref{DoLog}{wxlogdolog} -and/or \helpref{DoLogString}{wxlogdologstring} methods. - -\wxheading{Derived from} - -\helpref{wxLogChain}{wxlogchain} - -\wxheading{Include files} - - - -\latexignore{\rtfignore{\wxheading{Members}}} - -\membersection{wxLogPassThrough::wxLogPassThrough}\label{wxlogpassthroughctor} - -Default ctor installs this object as the current active log target. -