Loupe - Log - Monitor - Resolve
Gibraltar.Agent Namespace / LogMessageSeverity Enumeration

In This Topic
    LogMessageSeverity Enumeration
    In This Topic
    This enumerates the severity levels used by Loupe log messages.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum LogMessageSeverity 
       Inherits System.Enum
    [Flags()]
    public enum LogMessageSeverity : System.Enum 
    Members
    MemberValueDescription
    Critical1Fatal error or application crash.
    Error2Recoverable error.
    Information8Informational message.
    None0The severity level is uninitialized and thus unknown.
    Verbose16Debugging trace.
    Warning4Noncritical 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