Initialize a handler. If address is specified as a string, a UNIX socket is used. To log to a local syslogd, "SysLogHandler(address="/dev/log")" can be used. If facility is not specified, LOG_USER is used. If socktype is specified as socket.SOCK_DGRAM or soc
(self, address=('localhost', SYSLOG_UDP_PORT),
facility=LOG_USER, socktype=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected