com.ibm.commerce.ras
Class ECMessageSeverity

java.lang.Object
  |
  +--com.ibm.commerce.ras.ECMessageSeverity

public class ECMessageSeverity
extends java.lang.Object

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
IBM copyright notice field.
See Also:
Constant Field Values

ERR

public static final long ERR
Default value of the ERR parameter.
See Also:
Constant Field Values

ERROR

public static final long ERROR
Default value of the ERROR parameter.
See Also:
Constant Field Values

WARN

public static final long WARN
Default value of the WARN parameter.
See Also:
Constant Field Values

WARNING

public static final long WARNING
Default value of the WARNING parameter.
See Also:
Constant Field Values

STATUS

public static final long STATUS
Default value of the STATUS parameter.
See Also:
Constant Field Values

DEBUG

public static final long DEBUG
Default value of the DEBUG parameter.
See Also:
Constant Field Values

INFO

public static final long INFO
Default value of the INFO parameter.
See Also:
Constant Field Values

INFORMATION

public static final long INFORMATION
Default value of the INFORMATION parameter.
See Also:
Constant Field Values

DEFAULT_MESSAGE_MASK

public static final long DEFAULT_MESSAGE_MASK
Default value of the default message severity mask parameter.
See Also:
Constant Field Values

ALL_MESSAGE_MASK

public static final long ALL_MESSAGE_MASK
Default value of the message mask parameter with all severities enabled.
See Also:
Constant Field Values

messageServerity

public static final java.util.Hashtable messageServerity
Default value of the message severity parameter.