log4net SDK Documentation - Microsoft .NET Framework 4.0

XmlLayoutSchemaLog4j Class

Layout that formats the log events as XML elements compatible with the log4j schema

For a list of all members of this type, see XmlLayoutSchemaLog4j Members.

System.Object
   log4net.Layout.LayoutSkeleton
      log4net.Layout.XmlLayoutBase
         log4net.Layout.XmlLayoutSchemaLog4j

[Visual Basic]
Public Class XmlLayoutSchemaLog4j
    Inherits XmlLayoutBase
[C#]
public class XmlLayoutSchemaLog4j : XmlLayoutBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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

Requirements

Namespace: log4net.Layout

Assembly: log4net (in log4net.dll)

See Also

XmlLayoutSchemaLog4j Members | log4net.Layout Namespace