twisted.python.log.Logger
class documentationtwisted.python.log
View Source
(View In Hierarchy)
Known subclasses: twisted.conch.ssh.channel.SSHChannel, twisted.conch.ssh.service.SSHService, twisted.internet.posixbase._FDWaker, twisted.internet.posixbase._SocketWaker
This represents a class which may 'own' a log. Used by subclassing.
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. |
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.