java.lang.Object | +--com.ibm.commerce.ras.ECMessageSeverity
This class defines the five types of severity: - ERROR, WARNING, STATUS, DEBUG, INFORMATION
Field Summary | |
---|---|
static long |
ALL_MESSAGE_MASK Default value of the message mask parameter with all severities enabled. |
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static long |
DEBUG Default value of the DEBUG parameter. |
static long |
DEFAULT_MESSAGE_MASK Default value of the default message severity mask parameter. |
static long |
ERR Default value of the ERR parameter. |
static long |
ERROR Default value of the ERROR parameter. |
static long |
INFO Default value of the INFO parameter. |
static long |
INFORMATION Default value of the INFORMATION parameter. |
static java.util.Hashtable |
messageServerity Default value of the message severity parameter. |
static long |
STATUS Default value of the STATUS parameter. |
static long |
WARN Default value of the WARN parameter. |
static long |
WARNING Default value of the WARNING parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final long ERR
public static final long ERROR
public static final long WARN
public static final long WARNING
public static final long STATUS
public static final long DEBUG
public static final long INFO
public static final long INFORMATION
public static final long DEFAULT_MESSAGE_MASK
public static final long ALL_MESSAGE_MASK
public static final java.util.Hashtable messageServerity