Lines Matching defs:INFO
34 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
97 INFO = 20
105 INFO: 'INFO',
115 'INFO': INFO,
128 INFO, DEBUG) then you get the corresponding string. If you have
549 %(levelno)s Numeric logging level for the message (DEBUG, INFO,
551 %(levelname)s Text logging level for the message ("DEBUG", "INFO",
1481 Log 'msg % args' with severity 'INFO'.
1488 if self.isEnabledFor(INFO):
1489 self._log(INFO, msg, args, **kwargs)
1849 self.log(INFO, msg, *args, **kwargs)
2142 Log a message with severity 'INFO' on the root logger. If the logger has