A Layout that renders only the Exception text from the logging event
Inheritance Hierarchy
log4net.Layout LayoutSkeleton
log4net.Layout ExceptionLayout
Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
A Layout that renders only the Exception text from the logging event.
This Layout should only be used with appenders that utilize multiple layouts (e.g. AdoNetAppender).
See Also