UMDS Java API  6.14
com.latencybusters.umds.UMDS.LOG_LEVEL Class Reference

Static Public Attributes

static final int APPLICATION_ERROR = 4
 
static final int CRITICAL = 3
 
static final int WARN = 2
 
static final int INFO = 1
 

Detailed Description

Collection of int values for the logging level.

See also
log

Member Data Documentation

final int com.latencybusters.umds.UMDS.LOG_LEVEL.APPLICATION_ERROR = 4
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().

final int com.latencybusters.umds.UMDS.LOG_LEVEL.CRITICAL = 3
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().

final int com.latencybusters.umds.UMDS.LOG_LEVEL.INFO = 1
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().


The documentation for this class was generated from the following file: