log4net SDK Reference

AppenderSkeleton.Name Property

Gets or sets the name of this appender.

[Visual Basic]
NotOverridable Public Property Name As String _
    Implements IAppender.Name
[C#]
public string Name {get; set;}

Property Value

The name of the appender.

Implements

IAppender.Name

Remarks

The name uniquely identifies the appender.

See Also

AppenderSkeleton Class | log4net.Appender Namespace