Home | Trees | Indices | Help |
|
---|
|
object --+ | LogManager
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
appid = None hash(x) |
|||
error_log = None hash(x) |
|||
access_log = None hash(x) |
|
|||
screen If True, error and access will print to stdout. |
|||
error_file The filename for self.error_log. |
|||
access_file The filename for self.access_log. |
|||
wsgi If True, error messages will be sent to wsgi.errors. |
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Write to the error log. This is not just for errors! Applications may call this at any time to log application-specific information. |
Write to the error log. This is not just for errors! Applications may call this at any time to log application-specific information. |
|
screenIf True, error and access will print to stdout.
|
error_fileThe filename for self.error_log.
|
access_fileThe filename for self.access_log.
|
wsgiIf True, error messages will be sent to wsgi.errors. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jun 29 13:10:27 2010 | http://epydoc.sourceforge.net |