Home | History | Annotate | Download | only in JetCreator

Lines Matching defs:logging

23 import logging

188 midi_file_logger = logging.getLogger('MIDI_file')
189 midi_file_logger.setLevel(logging.NOTSET)
1486 root_logger = logging.getLogger('')
1487 root_logger.setLevel(logging.NOTSET)
1490 console_handler = logging.StreamHandler()
1491 console_handler.setFormatter(logging.Formatter('%(message)s'))
1492 console_handler.setLevel(logging.DEBUG)