Searched refs:logging (Results 1 – 7 of 7) sorted by relevance
10 import logging227 logging.basicConfig(filename='SpaceTest.log', level=logging.DEBUG)230 log = logging.getLogger(__name__)244 log = logging.getLogger(__name__)254 log = logging.getLogger(__name__)271 log = logging.getLogger(__name__)295 logging.basicConfig(filename='AsyncTest.log', level=logging.DEBUG)298 log = logging.getLogger(__name__)
10 import logging337 level = logging.CRITICAL340 level = logging.WARNING342 level = logging.INFO344 level = logging.DEBUG346 log = logging.getLogger('test')348 ch = logging.StreamHandler()350 formatter = logging.Formatter('%(message)s')
9 import logging139 logging.error(e)163 logging.error(message)175 logging.error(e)202 logging.error(e)216 logging.error('Build interruption occurred. Cleaning console.')
23 Use batch and logging modes for scripting purposes.95 run in logging mode (like vmstat)100 like -l/--log, but logging to a file. Appends to existing files.116 omit records with all zeros in logging mode
9 ../include/logging.h
39 static int logging; /* for recording thermal data to a file */ variable136 if (!logging) in prepare_logging()254 logging = 1; in main()
932 -a Suppress logging of perf events