************ wx.LogStderr ************ Inheritance diagram for `wx.LogStderr`: | .. inheritance-diagram:: wx.LogStderr | 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``. Derived From ^^^^^^^^^^^^^ * `wx.Log `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__() `No docstrings available for this method.`