X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/42ff6409d9aff9ba1b771842a256feaeb40e28cd..6453876e12bc1c214a8831d2931f916124f97df0:/docs/latex/wx/log.tex diff --git a/docs/latex/wx/log.tex b/docs/latex/wx/log.tex index bab8c50278..08cfb53714 100644 --- a/docs/latex/wx/log.tex +++ b/docs/latex/wx/log.tex @@ -19,12 +19,16 @@ logging facilities. No base class +\wxheading{Include files} + + + \latexignore{\rtfignore{\wxheading{Function groups}}} \membersection{Static functions} The functions in this section work with and manipulate the active log target. -The {\it OnLog()} is called by the {\it wxLogXXX()} functions and invokes the +The {\it OnLog()} is called by the {\it wxLogXXX()} functions and invokes the {\it DoLog()} of the active log target if any. Get/Set methods are used to install/query the current active target and, finally, {\it DontCreateOnDemand()} disables the automatic creation of a standard log target @@ -40,7 +44,7 @@ of messages. \membersection{Message buffering} Some of wxLog implementations, most notably the standard -\helpref{wxLogGui}{wxloggui} class, buffer the messages (for example, to avoid +wxLogGui class, buffer the messages (for example, to avoid showing the user a zillion of modal message boxes one after another - which would be really annoying). {\it Flush()} shows them all and clears the buffer contents. Although this function doesn't do anything if the buffer is already @@ -74,7 +78,7 @@ As for the (real) trace messages, they come in different kinds: The trace mask is a bit mask which tells which (if any) of these trace messages are going to be actually logged. For the trace message to appear -somewhere, all the bits in the mask used in the call to {\it wxLogTrace()} +somewhere, all the bits in the mask used in the call to {\it wxLogTrace()} function must be set in the current trace mask. For example, \begin{verbatim} wxLogTrace(wxTraceRefCount | wxTraceOle, "Active object ref count: %d", nRef); @@ -184,3 +188,4 @@ section for details. Returns the current trace mask, see \helpref{Customization}{wxlogcustomization} section for details. +