Version: 3.1.0
wxMessageOutputDebug Class Reference

#include <wx/msgout.h>

+ Inheritance diagram for wxMessageOutputDebug:

Detailed Description

Output messages to the system debug output channel.

Under MSW this class outputs messages to the so called debug output. Under the other systems it simply uses the standard error stream.

Library:  wxBase
Category:  Logging

Public Member Functions

 wxMessageOutputDebug ()
 Default constructor. More...
 
- Public Member Functions inherited from wxMessageOutputStderr
 wxMessageOutputStderr (FILE *fp=stderr)
 Create a new message output object associated with standard error stream by default. More...
 
- Public Member Functions inherited from wxMessageOutput
void Printf (const wxString &format,...)
 Output a message. More...
 
virtual void Output (const wxString &str)=0
 Method called by Printf() to really output the text. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from wxMessageOutput
static wxMessageOutputGet ()
 Return the global message output object. More...
 
static wxMessageOutputSet (wxMessageOutput *msgout)
 Sets the global message output object. More...
 

Constructor & Destructor Documentation

wxMessageOutputDebug::wxMessageOutputDebug ( )

Default constructor.