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

Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public ILoggerRepository Repository { get; }

Property Value

Type: ILoggerRepository
The ILoggerRepository that this logger belongs to.

Implements

ILoggerRepository
Remarks

Gets the ILoggerRepository where this Logger instance is attached to.

See Also

Reference