Package wsgiwebapi :: Module logging :: Class StdoutLogger
[frames] | no frames]

Class StdoutLogger

source code

object --+
         |
        StdoutLogger

Logger which writes messages to stdout.
Instance Methods
 
request_start(self, environ) source code
 
request_end(self, environ, start_value, request, response) source code
 
request_failed(self, environ, start_value, exc_info) source code

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

Properties

Inherited from object: __class__