Classes
| Class | Description | |
|---|---|---|
| DynamicPatternLayout |
A flexible layout configurable with pattern string that re-evaluates on each call.
| |
| ExceptionLayout |
A Layout that renders only the Exception text from the logging event
| |
| Layout2RawLayoutAdapter |
Adapts any ILayout to a IRawLayout | |
| LayoutSkeleton |
Extend this abstract class to create your own log layout format.
| |
| PatternLayout |
A flexible layout configurable with pattern string.
| |
| RawLayoutConverter |
Type converter for the IRawLayout interface
| |
| RawPropertyLayout |
Extract the value of a property from the LoggingEvent | |
| RawTimeStampLayout |
Extract the date from the LoggingEvent | |
| RawUtcTimeStampLayout |
Extract the date from the LoggingEvent | |
| SimpleLayout |
A very simple layout
| |
| XmlLayout |
Layout that formats the log events as XML elements.
| |
| XmlLayoutBase |
Layout that formats the log events as XML elements.
| |
| XmlLayoutSchemaLog4j |
Layout that formats the log events as XML elements compatible with the log4j schema
|
Interfaces
| Interface | Description | |
|---|---|---|
| ILayout |
Interface implemented by layout objects
| |
| IRawLayout |
Interface for raw layout objects
|