$szTitle = "wxlogstderr"; include "./_header.inc"; ?>
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.
derived from
include files
<wx/log.h>
see also
members
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.
include "./_footer.inc"; ?>