Home
last modified time | relevance | path

Searched refs:SYSLOG_UDP_PORT (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/logging/
Dhandlers.py47 SYSLOG_UDP_PORT = 514 variable
740 def __init__(self, address=('localhost', SYSLOG_UDP_PORT), argument
/external/python/cpython3/Lib/logging/
Dhandlers.py42 SYSLOG_UDP_PORT = 514 variable
797 def __init__(self, address=('localhost', SYSLOG_UDP_PORT), argument
/external/python/cpython2/Doc/library/
Dlogging.handlers.rst416 .. class:: SysLogHandler(address=('localhost', SYSLOG_UDP_PORT), facility=LOG_USER, socktype=socket…
Dlogging.config.rst705 args=(('localhost', handlers.SYSLOG_UDP_PORT), handlers.SysLogHandler.LOG_USER)
/external/python/cpython3/Doc/library/
Dlogging.config.rst744 args=(('localhost', handlers.SYSLOG_UDP_PORT), handlers.SysLogHandler.LOG_USER)
Dlogging.handlers.rst545 .. class:: SysLogHandler(address=('localhost', SYSLOG_UDP_PORT), facility=LOG_USER, socktype=socket…