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

It is the default log target for the non-GUI wxWidgets applications which send all the output to stderr.
Public Member Functions | |
| wxLogStderr (FILE *fp=NULL) | |
Constructs a log target which sends all the log messages to the given FILE. | |
| wxLogStderr::wxLogStderr | ( | FILE * | fp = NULL |
) |
Constructs a log target which sends all the log messages to the given FILE.
If it is NULL, the messages are sent to stderr.
|
[ top ] |