Home
last modified time | relevance | path

Searched refs:DEFAULT_LOGGING_FORMAT (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dutil.py63 DEFAULT_LOGGING_FORMAT = '[%(levelname)s/%(processName)s] %(message)s' variable
121 formatter = logging.Formatter(DEFAULT_LOGGING_FORMAT)
/external/python/cpython3/Lib/multiprocessing/
Dutil.py39 DEFAULT_LOGGING_FORMAT = '[%(levelname)s/%(processName)s] %(message)s' variable
95 formatter = logging.Formatter(DEFAULT_LOGGING_FORMAT)