log4net SDK Reference

WrapperMap.Repositories Property

Gets the map of logger repositories.

[Visual Basic]
Protected ReadOnly Property Repositories As Hashtable
[C#]
protected System.Collections.Hashtable Repositories {get;}

Property Value

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

WrapperMap Class | log4net.Core Namespace