twisted.internet.abstract._LogOwner(object) class documentationtwisted.internet.abstract
(View In Hierarchy)
Known subclasses: twisted.internet.abstract.FileDescriptor, twisted.internet.iocpreactor.abstract.FileHandle, twisted.internet.iocpreactor.tcp.Port
Implements interfaces: twisted.internet.interfaces.ILoggingContext
Mixin to help implement interfaces.ILoggingContext
for transports which have a protocol, the log prefix of which should also 
appear in the transport's log prefix.
| Method | logPrefix | 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. | 
| Method | _getLogPrefix | Determine the log prefix to use for messages related to applicationObject, which may or may not be aninterfaces.ILoggingContextprovider. | 
Determine the log prefix to use for messages related to 
applicationObject, which may or may not be an interfaces.ILoggingContext
provider.
| Returns | A strgiving the log prefix to use. | |
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.