Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Dlog.py51 _global_log = Log() variable
52 log = _global_log.log
53 debug = _global_log.debug
54 info = _global_log.info
55 warn = _global_log.warn
56 error = _global_log.error
57 fatal = _global_log.fatal
61 old = _global_log.threshold
62 _global_log.threshold = level
/external/python/cpython3/Lib/distutils/
Dlog.py57 _global_log = Log() variable
58 log = _global_log.log
59 debug = _global_log.debug
60 info = _global_log.info
61 warn = _global_log.warn
62 error = _global_log.error
63 fatal = _global_log.fatal
67 old = _global_log.threshold
68 _global_log.threshold = level
/external/python/cpython2/Lib/distutils/tests/
Dtest_core.py40 self.addCleanup(log.set_threshold, log._global_log.threshold)
Dtest_dist.py401 self.addCleanup(log.set_threshold, log._global_log.threshold)
/external/python/cpython3/Lib/distutils/tests/
Dtest_core.py55 self.addCleanup(log.set_threshold, log._global_log.threshold)
Dtest_dist.py481 self.addCleanup(log.set_threshold, log._global_log.threshold)