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

Class StdoutErrorHandler

source code

object --+
         |
        StdoutErrorHandler

Use this as errorHandler if you want to see Errors (in case of a Log Server Crash) in standard out. This is not good in case of a CGI web app, because the printout may appear in the web page.

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__