]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/log.tex
Some doc corrections; removed wxDocument arg from wxView constructor;
[wxWidgets.git] / docs / latex / wx / log.tex
index bab8c50278d8d76a5d4101b9f6b1fecca86ddbd6..8d3a6e6e4f19508d931004ac79e658ba620ce37d 100644 (file)
@@ -19,6 +19,10 @@ logging facilities.
 
 No base class
 
+\wxheading{Include files}
+
+<wx/log.h>
+
 \latexignore{\rtfignore{\wxheading{Function groups}}}
 
 \membersection{Static functions}
@@ -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
@@ -184,3 +188,4 @@ section for details.
 
 Returns the current trace mask, see \helpref{Customization}{wxlogcustomization} section
 for details.
+