LogRecord objects are used to pass logging requests between the logging framework and individual log Handlers.
getExceptionText()code »
Get the exception text that is part of the log record.
setExceptionText(text)code »
Set the exception text that is part of the log record.
Parameters
- text
string The exception text.