Flag indicating if this converter handles the logging event exception
Namespace: log4net.Layout.PatternAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: Booleanfalse if this converter handles the logging event exception
Remarks
If this converter handles the exception object contained within LoggingEvent, then this property should be set to false. Otherwise, if the layout ignores the exception object, then the property should be set to true.
Set this value to override a this default setting. The default value is true, this converter does not handle the exception.
See Also