This class extends Logger class and adds exception information when DEBUG messages are recorded. More...

Public Member Functions | |
| def | __init__ (self, keyword="KEY", level=salome.kernel.logconfig.loggingLevel, color=None, sourceFileName=None) |
| def | debug (self, message) |
| Log a DEBUG message with exception information (equivalent to Logger.debug(message, exc_info = True) ). More... | |
This class extends Logger class and adds exception information when DEBUG messages are recorded.
It exists mainly for backward compatibility, as the same thing can be done by calling Logger.debug(message, exc_info = True) .
| def logger.ExtLogger.__init__ | ( | self, | |
keyword = "KEY", |
|||
level = salome.kernel.logconfig.loggingLevel, |
|||
color = None, |
|||
sourceFileName = None |
|||
| ) |
Reimplemented from logger.Logger.
| def logger.ExtLogger.debug | ( | self, | |
| message | |||
| ) |
Log a DEBUG message with exception information (equivalent to Logger.debug(message, exc_info = True) ).