Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Data Namespace / ILogMessage Interface / Severity Property

In This Topic
    Severity Property (ILogMessage)
    In This Topic
    The severity of this log message (from Critical to Verbose).
    Syntax
    'Declaration
     
    
    ReadOnly Property Severity As LogMessageSeverity
    LogMessageSeverity Severity {get;}
    Remarks
    Severities have lower numerical values the more severe a message is, with Critical = 1 and Verbose = 16 enabling numerical comparison to capture a given severity and worse or better. For example, Severity < LogMessageSeverity.Warning will match Error and Critical. The enumeration values are the same as those used in the .NET Trace subsystem for equivalent severities.
    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