Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

FileAppender.SetQWForFiles�Method�(TextWriter)

Sets the quiet writer being used.

[Visual�Basic]
Overridable�Overloads�Protected�Sub�SetQWForFiles( _
���ByVal writer�As�TextWriter�_
)
[C#]
protected�virtual�void�SetQWForFiles(
���TextWriterwriter
);

Parameters

writer
the writer over the file stream that has been opened for writing

Remarks

This method can be overridden by sub classes that want to wrap the TextWriter in some way.

See Also

FileAppender Class | log4net.Appender Namespace | FileAppender.SetQWForFiles Overload List