Flag indicating if this layout handle exceptions
false
if this layout handles exceptions
If this layout handles the exception object contained within LoggingEvent, then the layout should return false
. Otherwise, if the layout ignores the exception object, then the layout should return true
.
ILayout Interface | log4net.Layout Namespace