contents up previous next

wxlogstderr

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

wxlog

include files

<wx/log.h>

see also

wxlogstream

members

wxlogstderr::wxlogstderr


wxlogstderr::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.