log4net SDK Reference

LoggerRepositorySkeleton.Name Property

The name of the repository

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

Property Value

The string name of the repository

Implements

ILoggerRepository.Name

Remarks

The name of this repository. The name is used to store and lookup the repositories stored by the IRepositorySelector.

See Also

LoggerRepositorySkeleton Class | log4net.Repository Namespace