Home
last modified time | relevance | path

Searched refs:DEFAULT_TCP_LOGGING_PORT (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/logging/
Dhandlers.py43 DEFAULT_TCP_LOGGING_PORT = 9020 variable
/external/python/cpython3/Lib/logging/
Dhandlers.py38 DEFAULT_TCP_LOGGING_PORT = 9020 variable
/external/python/cpython2/Lib/test/
Dtest_logging.py895 port=logging.handlers.DEFAULT_TCP_LOGGING_PORT,
/external/python/cpython2/Doc/howto/
Dlogging-cookbook.rst335 logging.handlers.DEFAULT_TCP_LOGGING_PORT)
414 port=logging.handlers.DEFAULT_TCP_LOGGING_PORT,
/external/python/cpython2/Doc/library/
Dlogging.config.rst693 args=('localhost', handlers.DEFAULT_TCP_LOGGING_PORT)
/external/python/cpython3/Doc/library/
Dlogging.config.rst732 args=('localhost', handlers.DEFAULT_TCP_LOGGING_PORT)
/external/python/cpython3/Doc/howto/
Dlogging-cookbook.rst410 logging.handlers.DEFAULT_TCP_LOGGING_PORT)
489 port=logging.handlers.DEFAULT_TCP_LOGGING_PORT,