Searched refs:SYSLOG_UDP_PORT (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/logging/ |
D | handlers.py | 47 SYSLOG_UDP_PORT = 514 variable 740 def __init__(self, address=('localhost', SYSLOG_UDP_PORT), argument
|
/external/python/cpython3/Lib/logging/ |
D | handlers.py | 42 SYSLOG_UDP_PORT = 514 variable 797 def __init__(self, address=('localhost', SYSLOG_UDP_PORT), argument
|
/external/python/cpython2/Doc/library/ |
D | logging.handlers.rst | 416 .. class:: SysLogHandler(address=('localhost', SYSLOG_UDP_PORT), facility=LOG_USER, socktype=socket…
|
D | logging.config.rst | 705 args=(('localhost', handlers.SYSLOG_UDP_PORT), handlers.SysLogHandler.LOG_USER)
|
/external/python/cpython3/Doc/library/ |
D | logging.config.rst | 744 args=(('localhost', handlers.SYSLOG_UDP_PORT), handlers.SysLogHandler.LOG_USER)
|
D | logging.handlers.rst | 545 .. class:: SysLogHandler(address=('localhost', SYSLOG_UDP_PORT), facility=LOG_USER, socktype=socket…
|