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

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

protected Hashtable Repositories { get; }

Property Value

Type: OnlineHashtable
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