Gets the implementation behind this wrapper object.
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Property Value
Type: ILoggerThe ILogger object that this object is implementing.
Implements
ILoggerWrapperLoggerRemarks
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