module documentation
(source)

Classes and utility functions for integrating Twisted and syslog.

You probably want to call startLogging.

Variable syslog Undocumented
Variable DEFAULT_OPTIONS Undocumented
Class SyslogObserver A log observer for logging to syslog.
Function startLogging Send all Twisted logging output to syslog from now on.
syslog = (source)

Undocumented

DEFAULT_OPTIONS = (source)

Undocumented

(type: int)
def startLogging(prefix='Twisted', options=DEFAULT_OPTIONS, facility=DEFAULT_FACILITY, setStdout=1): (source)

Send all Twisted logging output to syslog from now on.

The prefix, options and facility arguments are passed to syslog.openlog(), see the Python syslog documentation for details. For other parameters, see twisted.python.log.startLoggingWithObserver.

API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.