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

Class Logger

Known Subclasses:
FileDescriptor, Application, _Win32Waker, _UnixWaker, Counter

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

Class Variable Summary
int written

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

written

Type:
int
Value:
1                                                                      

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:56 2003 http://epydoc.sf.net