UMDS Java API
6.14
|
Static Public Attributes | |
static final int | APPLICATION_ERROR = 4 |
static final int | CRITICAL = 3 |
static final int | WARN = 2 |
static final int | INFO = 1 |
Collection of int values for the logging level.
|
static |
An error occurred. The UMDS API has not been used correctly. This indicates a change in the application is required.
Referenced by com.latencybusters.umds.UMDSServerConnection.getUMDS().
|
static |
Critical message. Critical messages should not not be ignored and are strong indications of a service impacting problem.
Referenced by com.latencybusters.umds.UMDS.log().
|
static |
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.
Referenced by com.latencybusters.umds.UMDS.log(), com.latencybusters.umds.UMDSPersistentReceiver.onEvent(), com.latencybusters.umds.UMDSReceiver.onEvent(), and com.latencybusters.umds.UMDSSource.onEvent().
|
static |
Warning message. Warning messages are indications that a problem likely exists and should be investigated.
Referenced by com.latencybusters.umds.UMDSServerConnection.close(), com.latencybusters.umds.UMDSServerConnection.getUMDS(), com.latencybusters.umds.UMDS.log(), com.latencybusters.umds.UMDSSource.onEvent(), com.latencybusters.umds.UMDSServerConnection.onEvent(), com.latencybusters.umds.UMDSPersistentReceiver.onMessage(), com.latencybusters.umds.UMDSReceiver.onMessage(), com.latencybusters.umds.UMDSPersistentReceiver.onRequest(), com.latencybusters.umds.UMDSReceiver.onRequest(), com.latencybusters.umds.UMDSSource.onResponse(), com.latencybusters.umds.UMDSSource.send(), com.latencybusters.umds.UMDSServerConnection.send(), com.latencybusters.umds.UMDSServerConnection.start(), com.latencybusters.umds.UMDS.UMDSException.UMDSException(), and com.latencybusters.umds.UMDSServerConnection.UMDSServerConnection().