log4net.Layout NamespaceApache log4net™ SDK Documentation
 
Classes

  ClassDescription
Public classDynamicPatternLayout
A flexible layout configurable with pattern string that re-evaluates on each call.
Public classExceptionLayout
A Layout that renders only the Exception text from the logging event
Public classLayout2RawLayoutAdapter
Adapts any ILayout to a IRawLayout
Public classLayoutSkeleton
Extend this abstract class to create your own log layout format.
Public classCode examplePatternLayout
A flexible layout configurable with pattern string.
Public classRawLayoutConverter
Type converter for the IRawLayout interface
Public classRawPropertyLayout
Extract the value of a property from the LoggingEvent
Public classRawTimeStampLayout
Extract the date from the LoggingEvent
Public classRawUtcTimeStampLayout
Extract the date from the LoggingEvent
Public classSimpleLayout
A very simple layout
Public classXmlLayout
Layout that formats the log events as XML elements.
Public classXmlLayoutBase
Layout that formats the log events as XML elements.
Public classXmlLayoutSchemaLog4j
Layout that formats the log events as XML elements compatible with the log4j schema
Interfaces

  InterfaceDescription
Public interfaceILayout
Interface implemented by layout objects
Public interfaceIRawLayout
Interface for raw layout objects