log4net SDK Reference

LoggerWrapperImpl.Logger Property

Gets the implementation behind this wrapper object.

[Visual Basic]
Overridable Public ReadOnly Property Logger As ILogger _
    Implements ILoggerWrapper.Logger
[C#]
public virtual ILogger Logger {get;}

Property Value

The ILogger object that this object is implementing.

Implements

ILoggerWrapper.Logger

Remarks

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

LoggerWrapperImpl Class | log4net.Core Namespace