'Declaration
<BrowsableAttribute(True)> <CategoryAttribute("Loupe")> <DescriptionAttribute("Specifies the default value for the filter. If not set, no messages will be filtered.")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property DefaultFilterLevel As LogMessageSeverity
[Browsable(true)] [Category("Loupe")] [Description("Specifies the default value for the filter. If not set, no messages will be filtered.")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public LogMessageSeverity DefaultFilterLevel {get; set;}