Gibraltar Loupe
LogMessageSeverity Enumeration

This enumerates the severity levels used by Gibraltar log messages.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum LogMessageSeverity 
   Inherits System.Enum
[FlagsAttribute()]
public enum LogMessageSeverity : System.Enum 
Members
MemberDescription
CriticalFatal error or application crash.
ErrorRecoverable error.
InformationInformational message.
NoneThe severity level is uninitialized and thus unknown.
VerboseDebugging trace.
WarningNoncritical problem.
Remarks
The values for these levels are chosen to directly map to the TraceEventType enum for the five levels we support. These also can be mapped from Log4Net event levels, with slight name changes for Fatal->Critical and for Debug->Verbose.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Gibraltar.Agent.LogMessageSeverity

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

Reference

Gibraltar.Agent Namespace

 

 


Copyright © 2008-2013 Gibraltar Software, Inc.

Send Feedback