Gets or sets the IRawLayout to use to
render the logging event into an object for this
parameter.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: IRawLayoutThe IRawLayout used to render the logging event into an object for this parameter.
Remarks
The IRawLayout that renders the value for this parameter.
The RawLayoutConverter can be used to adapt any ILayout into a IRawLayout for use in the property.
See Also