Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

AppenderSkeleton.Threshold Property

Gets or sets the threshold Level of this appender.

[Visual�Basic]
Public�Property�Threshold�As�Level
[C#]
public�log4net.Core.Level�Threshold�{get;�set;}

Property Value

The threshold Level of the appender.

Remarks

All log events with lower level than the threshold level are ignored by the appender.

In configuration files this option is specified by setting the value of the Threshold option to a level string, such as "DEBUG", "INFO" and so on.

See Also

AppenderSkeleton Class | log4net.Appender Namespace