Gets or sets the name of this appender.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public string Name { get; set; }
public string Name { get; set; }
Public Property Name As String
Get
Set
Public Property Name As String
Get
Set
public:
virtual property String^ Name {
String^ get () sealed;
void set (String^ value) sealed;
}
public:
virtual property String^ Name {
String^ get () sealed;
void set (String^ value) sealed;
}
Property Value
Type:
StringThe name of the appender.
Implements
IAppender Name
The name uniquely identifies the appender.