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

In This Topic
    ShowVerboseMessages Property (LiveLogViewer)
    In This Topic
    Specifies whether to display verbose messages in this viewer. (They will still be collected by Loupe.)
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(True)>
    <CategoryAttribute("Loupe")>
    <DescriptionAttribute("When false suppresses the display of verbose messages")>
    <DefaultValueAttribute(True)>
    Public Property ShowVerboseMessages As Boolean
    [Browsable(true)]
    [Category("Loupe")]
    [Description("When false suppresses the display of verbose messages")]
    [DefaultValue(true)]
    public bool ShowVerboseMessages {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