Lines Matching full:console
33 | Display console output for ordinary | :func:`print` |
94 handling tracked events is to print them to the console. Another common way
106 logging.warning('Watch out!') # will print a message to the console
115 printed out on the console. The ``INFO`` message doesn't appear because the
257 logging.debug('This message should appear on the console')
263 DEBUG:This message should appear on the console
372 a destination (such as console or file) by using :func:`basicConfig` as in the
376 of the console (``sys.stderr``) and a default format for the displayed
564 logger, a console handler, and a simple formatter using Python code::
572 # create console handler and set level to debug
713 console:
721 handlers: [console]
725 handlers: [console]