Interface for raw layout objects
Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
The IRawLayout type exposes the following members.
Methods
Name | Description | |
---|---|---|
Format |
Implement this method to create your own layout format.
|
Remarks
Interface used to format a LoggingEvent to an object.
This interface should not be confused with the ILayout interface. This interface is used in only certain specialized situations where a raw object is required rather than a formatted string. The ILayout is not generally useful than this interface.
See Also