TextWriterAdapter ClassApache log4netâ„¢ SDK Documentation
Adapter that extends OnlineTextWriter and forwards all messages to an instance of OnlineTextWriter.
Inheritance Hierarchy

OnlineSystem.Object
  OnlineSystem.MarshalByRefObject
    OnlineSystem.IO.TextWriter
      log4net.Util.TextWriterAdapter
        log4net.Util.ProtectCloseTextWriter
        log4net.Util.QuietTextWriter

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

public abstract class TextWriterAdapter : TextWriter
Remarks

Adapter that extends OnlineTextWriter and forwards all messages to an instance of OnlineTextWriter.

See Also