X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f98377912b600d6c3b53b3c2587b84ad62b36532..721d183848f2f22f4751a37de1cacbea667dd4a4:/docs/latex/wx/log.tex diff --git a/docs/latex/wx/log.tex b/docs/latex/wx/log.tex index 573022808a..026dc1eadd 100644 --- a/docs/latex/wx/log.tex +++ b/docs/latex/wx/log.tex @@ -36,7 +36,7 @@ No base class \latexignore{\rtfignore{\wxheading{Function groups}}} -\membersection{Static functions}\label{staticlogfunctions} +\membersection{Global functions} The functions in this section work with and manipulate the active log target. The \helpref{OnLog()}{wxlogonlog} is called by the {\it wxLogXXX()} functions @@ -264,7 +264,7 @@ corresponding to the log level and then calls \func{virtual void}{DoLogString}{\param{const wxChar }{*msg}, \param{time\_t }{timestamp}} -Called to log the specified string. The timestamp is already included into the +Called to log the specified string. The timestamp is already included in the string but still passed to this function. A simple implementation may just send the string to {\tt stdout} or, better,