Package rrlog :: Class SilentErrorHandler
[hide private]
[frames] | no frames]

Class SilentErrorHandler

source code

object --+
         |
        SilentErrorHandler

Use this as errorHandler if you want log errors to disappear silently (e.g.in case of a Log Server Crash). This is not recommended, of course But often better than an exception in the log() call inside the application.

Instance Methods [hide private]
 
handleException(self, e) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__