log4net SDK Reference

TextWriterAppender Properties

The properties of the TextWriterAppender class are listed below. For a complete list of TextWriterAppender class members, see the TextWriterAppender Members topic.

Public Instance Properties

ErrorHandler Gets or set the IErrorHandler and the underlying QuietTextWriter, if any, for this appender.
FilterHead (inherited from AppenderSkeleton) The filter chain.
ImmediateFlush Gets or set whether the appender will flush at the end of each append operation.
Layout (inherited from AppenderSkeleton) Gets or sets the ILayout for this appender.
Name (inherited from AppenderSkeleton) Gets or sets the name of this appender.
Threshold (inherited from AppenderSkeleton) Gets or sets the threshold Level of this appender.
Writer Sets the TextWriter where the log output will go.

Protected Instance Properties

QuietWriter Gets or sets the QuietTextWriter where logging events will be written to.
RequiresLayout This appender requires a log4net.Layout to be set.

See Also

TextWriterAppender Class | log4net.Appender Namespace