Table Of Contents

Previous topic

LogRecordInfo

Next topic

LogTextCtrl

This Page

phoenix_title LogStderr

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 .

See also

LogStream


class_hierarchy Inheritance Diagram

Inheritance diagram for class LogStderr

Inheritance diagram of LogStderr


method_summary Methods Summary

__init__ Constructs a log target which sends all the log messages to the given FILE .

api Class API



class LogStderr(Log)

This class can be used to redirect the log messages to a C file stream (not to be confused with C++ streams).

Possible constructors:

LogStderr()

Methods



__init__(self)

Constructs a log target which sends all the log messages to the given FILE .

If it is None, the messages are sent to stderr .