Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

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

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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