Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ILoggerWrapper.Logger Property

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