ILoggerWrapper InterfaceApache log4net™ SDK Documentation
Base interface for all wrappers

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

public interface ILoggerWrapper

The ILoggerWrapper type exposes the following members.

Properties

  NameDescription
Public propertyLogger
Get the implementation behind this wrapper object.
Top
Remarks

Base interface for all wrappers.

All wrappers must implement this interface.

See Also

Reference