log4net SDK Reference

TextWriterAdapter Class

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

For a list of all members of this type, see TextWriterAdapter Members.

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

[Visual Basic]
MustInherit Public Class TextWriterAdapter
    Inherits TextWriter
[C#]
public abstract class TextWriterAdapter : TextWriter

Thread Safety

This type is not safe for multithreaded operations.

Remarks

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

Requirements

Namespace: log4net.Util

Assembly: log4net (in log4net.dll)

See Also

TextWriterAdapter Members | log4net.Util Namespace