Home | Trees | Indices | Help |
|
---|
|
object --+ | LogManager
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
appid = None hash(x) |
|||
error_log = None hash(x) |
|||
access_log = None hash(x) |
|||
access_log_format =
|
|
|||
screen If True, error and access will print to stderr. |
|||
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. |
Write to the access log (in Apache/NCSA Combined Log format). Like Apache started doing in 2.0.46, non-printable and other special characters in %r (and we expand that to all parts) are escaped using \xhh sequences, where hh stands for the hexadecimal representation of the raw byte. Exceptions from this rule are " and \, which are escaped by prepending a backslash, and all whitespace characters, which are written in their C-style notation (\n, \t, etc). |
|
access_log_format
|
|
screenIf True, error and access will print to stderr.
|
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 Mon Aug 24 13:21:29 2009 | http://epydoc.sourceforge.net |