.\" This is a wxWidgets manpage page generated from the XML docs .TH wxLogStderr 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxLogStderr \- Log messages to a C STDIO stream .SH DESCRIPTION This class can be used to redirect the log messages to a C file stream (not to be confused with C++ streams). It is the default log target for the non-GUI wxWidgets applications which send all the output to stderr . .SH "PARENTS" wxLog .SH "INCLUDE FILES" wx/log.h .SH MEMBERS .SS 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 . .SH "SEE ALSO" wxLog wxLogStream .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.