Package cherrypy :: Class _GlobalLogManager
[hide private]
[frames] | no frames]

Class _GlobalLogManager

source code

           object --+    
                    |    
_cplogging.LogManager --+
                        |
                       _GlobalLogManager

Instance Methods [hide private]
 
__call__(self, *args, **kwargs)
Write to the error log.
source code
 
access(self)
Write to the access log.
source code

Inherited from _cplogging.LogManager: __init__, error, time

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

Class Variables [hide private]

Inherited from _cplogging.LogManager: access_log, appid, error_log

Properties [hide private]

Inherited from _cplogging.LogManager: access_file, error_file, screen, wsgi

Inherited from object: __class__

Method Details [hide private]

__call__(self, *args, **kwargs)
(Call operator)

source code 

Write to the error log.

This is not just for errors! Applications may call this at any time to log application-specific information.
Overrides: _cplogging.LogManager.__call__
(inherited documentation)

access(self)

source code 
Write to the access log.
Overrides: _cplogging.LogManager.access
(inherited documentation)