#include </home/work/projects/wx/2.9/wx/interface/wx/log.h>

Please note that this class is only available if wxWidgets was compiled with the standard iostream library support (wxUSE_STD_IOSTREAM must be on).
Public Member Functions | |
| wxLogStream (std::ostream *ostr=NULL) | |
| Constructs a log target which sends all the log messages to the given output stream. | |
| wxLogStream::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.
|
[ top ] |