log4net SDK Reference

Logger.Repository Property

Gets the ILoggerRepository where this Logger instance is attached to.

[Visual Basic]
NotOverridable Public ReadOnly Property Repository As ILoggerRepository _
    Implements ILogger.Repository
[C#]
public log4net.Repository.ILoggerRepository Repository {get;}

Property Value

The ILoggerRepository that this logger belongs to.

Implements

ILogger.Repository

Remarks

Gets the ILoggerRepository where this Logger instance is attached to.

See Also

Logger Class | log4net.Repository.Hierarchy Namespace