IRawLayout InterfaceApache log4net™ SDK Documentation
Interface for raw layout objects

Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public interface IRawLayout

The IRawLayout type exposes the following members.

Methods

  NameDescription
Public methodFormat
Implement this method to create your own layout format.
Top
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

Reference