********** wx.LogNull ********** Inheritance diagram for `wx.LogNull`: | .. inheritance-diagram:: wx.LogNull | Description =========== This class allows to temporarily suspend logging. All calls to the log functions during the life time of an object of this class are just ignored. In particular, it can be used to suppress the log messages given by wxWidgets itself but it should be noted that it is rarely the best way to cope with this problem as **all** log messages are suppressed, even if they indicate a completely different error than the one the programmer wanted to suppress. Derived From ^^^^^^^^^^^^^ * `wx.Log `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__() `No docstrings available for this method.`