ILogger Repository Property Apache log4net™ SDK Documentation
Gets the ILoggerRepository where this Logger instance is attached to.

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

ILoggerRepository Repository { get; }

Property Value

Type: ILoggerRepository
The ILoggerRepository that this logger belongs to.
Remarks

Gets the ILoggerRepository where this Logger instance is attached to.

See Also