Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / ILogMessage Interface / Severity Property

Severity Property (ILogMessage)
The severity of this log message (from Critical to Verbose).
Syntax
'Declaration
 
ReadOnly Property Severity As LogMessageSeverity
 
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