ILoggerWrapperLogger Property Apache log4net™ SDK Documentation
Get the implementation behind this wrapper object.

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

ILogger Logger { get; }

Property Value

Type: ILogger
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

Reference