Lines Matching defs:exception
38 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass',
157 try: #unlikely to cause an exception, but you never know...
289 the source line where the logging call was made, and any exception
635 Format and return the specified exception information as a string.
684 called to format the event time. If there is exception information,
1009 try: #unlikely to raise an exception, but you never know...
1020 This method should be called from handlers when an exception is
1104 exception information is present, it is formatted using
1471 To pass exception information, use the keyword argument exc_info with
1483 To pass exception information, use the keyword argument exc_info with
1495 To pass exception information, use the keyword argument exc_info with
1512 To pass exception information, use the keyword argument exc_info with
1520 def exception(self, msg, *args, exc_info=True, **kwargs):
1522 Convenience method for logging an ERROR with exception information.
1530 To pass exception information, use the keyword argument exc_info with
1548 To pass exception information, use the keyword argument exc_info with
1619 #exception on some versions of IronPython. We trap it here so that
1868 def exception(self, msg, *args, exc_info=True, **kwargs):
1870 Delegate an exception call to the underlying logger.
2117 def exception(msg, *args, exc_info=True, **kwargs):
2119 Log a message with severity 'ERROR' on the root logger, with exception