XmlLayoutSchemaLog4j ClassApache log4net™ SDK Documentation
Layout that formats the log events as XML elements compatible with the log4j schema
Inheritance Hierarchy

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

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

public class XmlLayoutSchemaLog4j : XmlLayoutBase
Remarks

Formats the log events according to the http://logging.apache.org/log4j schema.

See Also