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

Class Logger

Known Subclasses:
FileDescriptor

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 0xf737e74c>       

__provides__

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

Generated by Epydoc 2.1 on Sun Oct 26 16:38:51 2008 http://epydoc.sf.net