Searched refs:logging (Results 1 – 5 of 5) sorted by relevance
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')
10 import logging226 logging.basicConfig(filename='SpaceTest.log', level=logging.DEBUG)229 log = logging.getLogger(__name__)243 log = logging.getLogger(__name__)253 log = logging.getLogger(__name__)270 log = logging.getLogger(__name__)
9 ../include/logging.h
39 static int logging; /* for recording thermal data to a file */ variable139 if (!logging) in prepare_logging()260 logging = 1; in main()
23 Use batch and logging modes for scripting purposes.69 run in logging mode (like vmstat)