log4net SDK Reference

ILoggerWrapper.Logger Property

[This is preliminary documentation and subject to change.]

Get the implementation behind this wrapper object.

[Visual Basic]
Property Logger As ILogger
[C#]
ILogger Logger {get;}

Property Value

The ILogger object that in implementing this object.

Remarks

The ILogger object that in implementing this object. The Logger object may not be the same object as this object because of logger decorators. This gets the actual underlying objects that is used to process the log events.

See Also

ILoggerWrapper Interface | log4net.Core Namespace