LoggerWrapperImpl ClassApache log4net™ SDK Documentation
Implementation of the ILoggerWrapper interface.
Inheritance Hierarchy

OnlineSystem Object
  log4net.Core LoggerWrapperImpl
    log4net.Core LogImpl

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public abstract class LoggerWrapperImpl : ILoggerWrapper
Remarks

This class should be used as the base for all wrapper implementations.

See Also