Home | History | Annotate | Download | only in JetCreator

Lines Matching full:logging

1396     """ Sets the logging level, then calls the open dialog box before initializing main window"""

1400 logging.basicConfig(level=logging.DEBUG, format='%(funcName)s[%(lineno)d]: %(message)s')
1402 logging.basicConfig(level=logging.INFO, format='%(funcName)s[%(lineno)d]: %(message)s')
1404 logging.basicConfig(level=logging.ERROR, format='%(funcName)s[%(lineno)d]: %(message)s')
1406 logging.basicConfig(level=logging.WARNING, format='%(funcName)s[%(lineno)d]: %(message)s')