]> git.saurik.com Git - wxWidgets.git/commitdiff
mention wxLogBuffer
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Feb 2008 00:09:20 +0000 (00:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Feb 2008 00:09:20 +0000 (00:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/tlog.tex

index f195d43ede85b267484f657dcdf69aa326b4e34d..acce4436d8b9737f1d3c442c166b0dbb0f0b1e03 100644 (file)
@@ -7,6 +7,7 @@ Classes: \helpref{wxLog}{wxlog},\\
 \helpref{wxLogWindow}{wxlogwindow},\\
 \helpref{wxLogGui}{wxloggui},\\
 \helpref{wxLogNull}{wxlognull},\\
 \helpref{wxLogWindow}{wxlogwindow},\\
 \helpref{wxLogGui}{wxloggui},\\
 \helpref{wxLogNull}{wxlognull},\\
+\helpref{wxLogBuffer}{wxlogbuffer},\\
 \helpref{wxLogChain}{wxlogchain},\\
 \helpref{wxLogInterposer}{wxloginterposer},\\
 \helpref{wxLogInterposerTemp}{wxloginterposertemp},\\
 \helpref{wxLogChain}{wxlogchain},\\
 \helpref{wxLogInterposer}{wxloginterposer},\\
 \helpref{wxLogInterposerTemp}{wxloginterposertemp},\\
@@ -143,6 +144,8 @@ most reasonable handling of all types of messages for given platform.
 collects all messages generated by the application and also passes them to the
 previous active log target. The log window frame has a menu allowing user to
 clear the log, close it completely or save all messages to file.
 collects all messages generated by the application and also passes them to the
 previous active log target. The log window frame has a menu allowing user to
 clear the log, close it completely or save all messages to file.
+\item{\bf wxLogBuffer} This target collects all the logged messages in an
+internal buffer allowing to show them later to the user all at once.
 \item{\bf wxLogNull} The last log class is quite particular: it doesn't do
 anything. The objects of this class may be instantiated to (temporarily)
 suppress output of {\it wxLogXXX()} functions. As an example, trying to open a
 \item{\bf wxLogNull} The last log class is quite particular: it doesn't do
 anything. The objects of this class may be instantiated to (temporarily)
 suppress output of {\it wxLogXXX()} functions. As an example, trying to open a