LoggerWrapperImplLogger Property Apache log4net™ SDK Documentation
Gets the implementation behind this wrapper object.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual ILogger Logger { get; }

Property Value

Type: ILogger
The ILogger object that this object is implementing.

Implements

ILoggerWrapperLogger
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

Reference