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... | |
The level at which to log.
| fm.liveswitch.LogLevel.LogLevel | ( | int | value | ) |
|
static |
| int fm.liveswitch.LogLevel.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.LogLevel.Debug =(2) |
Logs messages relevant to development and troubleshooting.
| fm.liveswitch.LogLevel.Error =(5) |
Logs messages relevant to errors that allow program execution to continue.
| fm.liveswitch.LogLevel.Fatal =(6) |
Logs messages relevant to errors that require the program to terminate.
| fm.liveswitch.LogLevel.Info =(3) |
Logs messages relevant to expected use.
| fm.liveswitch.LogLevel.None =(7) |
Logs nothing.
| fm.liveswitch.LogLevel.Verbose =(1) |
Logs extensive messages detailing the program's state for troubleshooting.
| fm.liveswitch.LogLevel.Warn =(4) |
Logs messages relevant to potential pit-falls.