.\" This is a wxWidgets manpage page generated from the XML docs .TH wxDebugStreamBuf 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxDebugStreamBuf \- .SH DESCRIPTION This class allows you to treat debugging output in a similar (stream-based) fashion on different platforms. Under 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 wxLog functionality. .SH "PARENTS" streambuf .SH "INCLUDE FILES" wx/memory.h .SH MEMBERS .SH EXAMPLE wxDebugStreamBuf streamBuf; ostream stream(&streamBuf); stream << "Hello world!" << endl; .SH "SEE ALSO" streambuf .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.