ExceptionLayout ClassApache log4netâ„¢ SDK Documentation
A Layout that renders only the Exception text from the logging event
Inheritance Hierarchy

OnlineSystem.Object
  log4net.Layout.LayoutSkeleton
    log4net.Layout.ExceptionLayout

Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public class ExceptionLayout : LayoutSkeleton
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