Package twisted :: Package python :: Module log :: Class Logger
[show private | hide private]
[frames | no frames]

Class Logger

Known Subclasses:
SSHChannel, SSHService

This represents a class which may 'own' a log. Used by subclassing.
Method Summary
  logPrefix(self)
Override this method to insert custom logging behavior.

Class Variable Summary
Implements __implemented__ = <implementedBy twisted.python.log.Logg...
ClassProvides __providedBy__ = <zope.interface.declarations.ClassProvi...
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...

Method Details

logPrefix(self)

Override this method to insert custom logging behavior. Its return value will be inserted in front of every line. It may be called more times than the number of output lines.

Class Variable Details

__implemented__

Type:
Implements
Value:
<implementedBy twisted.python.log.Logger>                              

__providedBy__

Type:
ClassProvides
Value:
<zope.interface.declarations.ClassProvides object at 0x355ed50>        

__provides__

Type:
ClassProvides
Value:
<zope.interface.declarations.ClassProvides object at 0x355ed50>        

Generated by Epydoc 2.1 on Thu Aug 16 09:55:07 2007 http://epydoc.sf.net