Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Windows Namespace / LiveLogViewer Class / EnableIndependentSeverityFilters Property

In This Topic
    EnableIndependentSeverityFilters Property (LiveLogViewer)
    In This Topic
    Allows each of the message severity filter buttons to toggle independently rather than act as a minimum severity setting.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(True)>
    <CategoryAttribute("Loupe")>
    <DescriptionAttribute("Allows each of the message severity filter buttons to toggle independently rather than act as a minimum severity setting.")>
    <DefaultValueAttribute(False)>
    Public Property EnableIndependentSeverityFilters As Boolean
    [Browsable(true)]
    [Category("Loupe")]
    [Description("Allows each of the message severity filter buttons to toggle independently rather than act as a minimum severity setting.")]
    [DefaultValue(false)]
    public bool EnableIndependentSeverityFilters {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also