Gets or sets the
ILayout for this appender.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public virtual ILayout Layout { get; set; }
public virtual ILayout Layout { get; set; }
Public Overridable Property Layout As ILayout
Get
Set
Public Overridable Property Layout As ILayout
Get
Set
public:
virtual property ILayout^ Layout {
ILayout^ get ();
void set (ILayout^ value);
}
public:
virtual property ILayout^ Layout {
ILayout^ get ();
void set (ILayout^ value);
}
Property Value
Type:
ILayoutThe layout of the appender.
See RequiresLayout for more information.