LoggerRepositorySkeletonName Property Apache log4net™ SDK Documentation
The name of the repository

Namespace: log4net.Repository
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual string Name { get; set; }

Property Value

Type: String
The string name of the repository

Implements

ILoggerRepositoryName
Remarks

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

See Also

Reference