WrapperMap.Repositories Property Apache log4netâ„¢ SDK Documentation
Gets the map of logger repositories.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.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