MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / __init__

Method __init__

Lib/logging/handlers.py:738–768  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

_connect_unixsocketMethod · 0.95
__init__Method · 0.45
socketMethod · 0.45
connectMethod · 0.45

Tested by

no test coverage detected