UMDS .NET API
6.14
|
Collection of int values for the logging level. More...
Public Attributes | |
const int | APPLICATION_ERROR = 4 |
An error occurred. The UMDS API has not been used correctly. This indicates a change in the application is required. | |
const int | CRITICAL = 3 |
Critical message. Critical messages should not not be ignored and are strong indications of a service impacting problem. | |
const int | WARN = 2 |
Warning message. Warning messages are indications that a problem likely exists and should be investigated. | |
const int | INFO = 1 |
Informational Message Informational messages are general indications about the state of the client. These indications do not specifically indicate a problem exists but may be useful supporting data. | |
Collection of int values for the logging level.