Gets the implementation behind this wrapper object.
Namespace: log4net.CoreAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: ILoggerThe ILogger object that this object is implementing.
Implements
ILoggerWrapper LoggerRemarks
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