Lines Matching refs:error
37 'captureWarnings', 'critical', 'debug', 'disable', 'error',
1031 sys.stderr.write('--- Logging error ---\n')
1055 ' - possible formatting error.\nUse the'
1056 ' traceback above to help find the error.\n'
1508 def error(self, msg, *args, **kwargs):
1515 logger.error("Houston, we have a %s", "major problem", exc_info=1)
1524 self.error(msg, *args, exc_info=exc_info, **kwargs)
1695 logger hierarchy. If no handler was found, output a one-off error
1862 def error(self, msg, *args, **kwargs):
1864 Delegate an error call to the underlying logger.
2107 def error(msg, *args, **kwargs):
2115 root.error(msg, *args, **kwargs)
2123 error(msg, *args, exc_info=exc_info, **kwargs)