__init__.py | 30 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR', 34 'captureWarnings', 'critical', 'debug', 'disable', 'error', 92 CRITICAL = 50 93 FATAL = CRITICAL 102 CRITICAL: 'CRITICAL', 110 'CRITICAL': CRITICAL, 124 If the level is one of the predefined levels (CRITICAL, ERROR, WARNING, 444 WARNING, ERROR, CRITICAL) 1343 def critical(self, msg, *args, **kwargs): member in class:Logger 1659 def critical(self, msg, *args, **kwargs): member in class:LoggerAdapter 1822 def critical(msg, *args, **kwargs): function [all...] |