XmlLayoutBase ClassApache log4netâ„¢ SDK Documentation
Layout that formats the log events as XML elements.
Inheritance Hierarchy

OnlineSystem.Object
  log4net.Layout.LayoutSkeleton
    log4net.Layout.XmlLayoutBase
      log4net.Layout.XmlLayout
      log4net.Layout.XmlLayoutSchemaLog4j

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

public abstract class XmlLayoutBase : LayoutSkeleton
Remarks

This is an abstract class that must be subclassed by an implementation to conform to a specific schema.

Deriving classes must implement the FormatXml(XmlWriter, LoggingEvent) method.

See Also