log4net SDK Reference

LoggingEvent.Repository Property

[This is preliminary documentation and subject to change.]

The ILoggerRepository that this event was created in.

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

Remarks

The ILoggerRepository that this event was created in.

See Also

LoggingEvent Class | log4net.Core Namespace