Home
last modified time | relevance | path

Searched refs:DEFAULT_LOGGING_CONFIG_PORT (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/logging/
Dconfig.py40 DEFAULT_LOGGING_CONFIG_PORT = 9030 variable
802 def listen(port=DEFAULT_LOGGING_CONFIG_PORT, verify=None):
875 def __init__(self, host='localhost', port=DEFAULT_LOGGING_CONFIG_PORT,
/external/python/cpython2/Lib/logging/
Dconfig.py49 DEFAULT_LOGGING_CONFIG_PORT = 9030 variable
797 def listen(port=DEFAULT_LOGGING_CONFIG_PORT):
862 def __init__(self, host='localhost', port=DEFAULT_LOGGING_CONFIG_PORT,
/external/python/cpython2/Doc/library/
Dlogging.config.rst106 .. function:: listen(port=DEFAULT_LOGGING_CONFIG_PORT)
110 :const:`DEFAULT_LOGGING_CONFIG_PORT` is used. Logging configurations will be
/external/python/cpython3/Doc/library/
Dlogging.config.rst124 .. function:: listen(port=DEFAULT_LOGGING_CONFIG_PORT, verify=None)
128 :const:`DEFAULT_LOGGING_CONFIG_PORT` is used. Logging configurations will be