fm.liveswitch.LogLevel Enum Reference

The level at which to log. More...

Public Member Functions

 LogLevel (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static LogLevel getByAssignedValue (int value)
 

Public Attributes

 Verbose =(1)
 Logs extensive messages detailing the program's state for troubleshooting. More...
 
 Debug =(2)
 Logs messages relevant to development and troubleshooting. More...
 
 Info =(3)
 Logs messages relevant to expected use. More...
 
 Warn =(4)
 Logs messages relevant to potential pit-falls. More...
 
 Error =(5)
 Logs messages relevant to errors that allow program execution to continue. More...
 
 Fatal =(6)
 Logs messages relevant to errors that require the program to terminate. More...
 
 None =(7)
 Logs nothing. More...
 

Detailed Description

The level at which to log.

Constructor & Destructor Documentation

◆ LogLevel()

fm.liveswitch.LogLevel.LogLevel ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.LogLevel.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.LogLevel.getAssignedValue ( )

◆ getByAssignedValue()

static LogLevel fm.liveswitch.LogLevel.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ Debug

fm.liveswitch.LogLevel.Debug =(2)

Logs messages relevant to development and troubleshooting.

◆ Error

fm.liveswitch.LogLevel.Error =(5)

Logs messages relevant to errors that allow program execution to continue.

◆ Fatal

fm.liveswitch.LogLevel.Fatal =(6)

Logs messages relevant to errors that require the program to terminate.

◆ Info

fm.liveswitch.LogLevel.Info =(3)

Logs messages relevant to expected use.

◆ None

fm.liveswitch.LogLevel.None =(7)

Logs nothing.

◆ Verbose

fm.liveswitch.LogLevel.Verbose =(1)

Logs extensive messages detailing the program's state for troubleshooting.

◆ Warn

fm.liveswitch.LogLevel.Warn =(4)

Logs messages relevant to potential pit-falls.