log4net SDK Reference

LoggerRepositorySkeleton.Threshold Property

The threshold for all events in this repository

[Visual Basic]
Overridable Public Property Threshold As Level _
    Implements ILoggerRepository.Threshold
[C#]
public virtual log4net.Core.Level Threshold {get; set;}

Property Value

The threshold for all events in this repository

Implements

ILoggerRepository.Threshold

Remarks

The threshold for all events in this repository

See Also

LoggerRepositorySkeleton Class | log4net.Repository Namespace