Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ILogger.Repository Property

Gets the ILoggerRepository where this Logger instance is attached to.

[Visual�Basic]
Property�Repository�As�ILoggerRepository
[C#]
log4net.Repository.ILoggerRepository�Repository�{get;}

Property Value

The ILoggerRepository that this logger belongs to.

Remarks

Gets the ILoggerRepository where this Logger instance is attached to.

See Also

ILogger Interface | log4net.Core Namespace