Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

TraceAppender�Properties

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

Public Instance Properties

Category The category parameter sent to the Trace method.
ErrorHandler (inherited from AppenderSkeleton) Gets or sets the IErrorHandler for this appender.
FilterHead (inherited from AppenderSkeleton) The filter chain.
ImmediateFlush Gets or sets a value that indicates whether the appender will flush at the end of each write.
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.

Protected Instance Properties

RequiresLayout This appender requires a log4net.Layout to be set.

See Also

TraceAppender Class | log4net.Appender Namespace