Base interface for all wrappers
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
The ILoggerWrapper type exposes the following members.
Properties
Name | Description | |
---|---|---|
Logger |
Get the implementation behind this wrapper object.
|
Remarks
Base interface for all wrappers.
All wrappers must implement this interface.
See Also