LoggingEvent Repository Property Apache log4net™ SDK Documentation
The ILoggerRepository that this event was created in.

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

public ILoggerRepository Repository { get; }

Property Value

Type: ILoggerRepository
Remarks

The ILoggerRepository that this event was created in.

See Also