IRawLayout InterfaceApache log4net™ SDK Documentation
Interface for raw layout objects

Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public interface IRawLayout
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