Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

AdoNetAppenderParameter.Layout Property

Gets or sets the IRawLayout to use to render the logging event into an object for this parameter.

[Visual�Basic]
Public�Property�Layout�As�IRawLayout
[C#]
public�log4net.Layout.IRawLayout�Layout�{get;�set;}

Property Value

The 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

AdoNetAppenderParameter Class | log4net.Appender Namespace