FileAppender SetQWForFiles Method (TextWriter)Apache log4net™ SDK Documentation
Sets the quiet writer being used.

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

protected virtual void SetQWForFiles(
	TextWriter writer
)

Parameters

writer
Type: OnlineSystem.IO TextWriter
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 OnlineTextWriter in some way.

See Also