.\" This is a wxWidgets manpage page generated from the XML docs .TH wxLogStream 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxLogStream \- Log messages to a C++ iostream .SH DESCRIPTION This class can be used to redirect the log messages to a C++ stream. Please note that this class is only available if wxWidgets was compiled with the standard iostream library support ( wxUSE_STD_IOSTREAM must be on). .SH "PARENTS" wxLog .SH "INCLUDE FILES" wx/log.h .SH MEMBERS .SS wxLogStream (std::ostream *ostr = NULL) Constructs a log target which sends all the log messages to the given output stream. If it is NULL , the messages are sent to cerr . .SH "SEE ALSO" wxLog wxLogStderr , wxStreamToTextRedirector .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.