WrapperMapRepositories Property Apache log4net™ SDK Documentation
Gets the map of logger repositories.

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

protected Hashtable Repositories { get; }

Property Value

Type: Hashtable
Map of logger repositories.
Remarks

Gets the hashtable that is keyed on ILoggerRepository. The values are hashtables keyed on ILogger with the value being the corresponding ILoggerWrapper.

See Also

Reference