Common Logging 2.0 API Reference

CommonLoggingAppender.Layout Property

Get or set the layout for this appender

[Visual Basic]
Public Overrides Property Layout() As ILayout
   Public Get
   End Get
   Public Set
   End Set
End Property
[C#]
public override ILayout Layout { public get; public set; }

See Also

CommonLoggingAppender Class | Common.Logging.Log4Net Namespace