#include </home/zeitlin/src/wx/github/interface/wx/msgout.h>
Output messages to stderr or another STDIO file stream.
Implements wxMessageOutput by using stderr or specified file.
Public Member Functions | |
wxMessageOutputStderr (FILE *fp=stderr) | |
Create a new message output object associated with standard error stream by default. |
wxMessageOutputStderr::wxMessageOutputStderr | ( | FILE * | fp = stderr | ) |
Create a new message output object associated with standard error stream by default.
fp | Non-null STDIO file stream. Notice that this object does not take ownership of this pointer, i.e. the caller is responsible for both ensuring that its life-time is great er than life-time of this object and for deleting it if necessary. |