X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..e47d37d087f5a8410deb929a94378f415351694a:/docs/latex/wx/debugcxt.tex?ds=sidebyside diff --git a/docs/latex/wx/debugcxt.tex b/docs/latex/wx/debugcxt.tex index 841b177e3b..e157d32eab 100644 --- a/docs/latex/wx/debugcxt.tex +++ b/docs/latex/wx/debugcxt.tex @@ -74,6 +74,8 @@ the WXTRACELEVEL macro to specify how detailed the trace information is; setting a different level will only have an effect if trace statements in the application specify a value other than one. +This is obsolete, replaced by \helpref{wxLog}{wxlog} functionality. + \wxheading{See also} \helpref{wxDebugContext::SetLevel}{wxdebugcontextsetlevel} @@ -84,6 +86,8 @@ specify a value other than one. Returns the output stream associated with the debug context. +This is obsolete, replaced by \helpref{wxLog}{wxlog} functionality. + \wxheading{See also} \helpref{wxDebugContext::SetStream}{wxdebugcontextsetstream} @@ -96,6 +100,8 @@ Returns a pointer to the output stream buffer associated with the debug context. There may not necessarily be a stream buffer if the stream has been set by the user. +This is obsolete, replaced by \helpref{wxLog}{wxlog} functionality. + \membersection{wxDebugContext::HasStream}\label{wxdebugcontexthasstream} \func{bool}{HasStream}{\void} @@ -103,6 +109,8 @@ by the user. Returns TRUE if there is a stream currently associated with the debug context. +This is obsolete, replaced by \helpref{wxLog}{wxlog} functionality. + \wxheading{See also} \helpref{wxDebugContext::SetStream}{wxdebugcontextsetstream}, \helpref{wxDebugContext::GetStream}{wxdebugcontextgetstream} @@ -195,6 +203,8 @@ the WXTRACELEVEL macro to specify how detailed the trace information is; setting a different level will only have an effect if trace statements in the application specify a value other than one. +This is obsolete, replaced by \helpref{wxLog}{wxlog} functionality. + \wxheading{See also} \helpref{wxDebugContext::GetLevel}{wxdebugcontextgetlevel} @@ -206,6 +216,8 @@ specify a value other than one. Sets the debugging stream to be the debugger (Windows) or standard error (other platforms). This is the default setting. The existing stream will be flushed and deleted. +This is obsolete, replaced by \helpref{wxLog}{wxlog} functionality. + \membersection{wxDebugContext::SetStream}\label{wxdebugcontextsetstream} \func{void}{SetStream}{\param{ostream* }{stream}, \param{streambuf* }{streamBuf = NULL}} @@ -213,6 +225,8 @@ This is the default setting. The existing stream will be flushed and deleted. Sets the stream and optionally, stream buffer associated with the debug context. This operation flushes and deletes the existing stream (and stream buffer if any). +This is obsolete, replaced by \helpref{wxLog}{wxlog} functionality. + \wxheading{Parameters} \docparam{stream}{Stream to associate with the debug context. Do not set this to NULL.} @@ -231,6 +245,8 @@ Windows, an ostream constructed with this buffer outputs to the debugger, or other program that intercepts debugging output. On other platforms, the output goes to standard error (cerr). +This is soon to be obsolete, replaced by \helpref{wxLog}{wxlog} functionality. + \wxheading{Derived from} streambuf