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
           
static java.lang.String COPYRIGHT
           
static long DEBUG
           
static long DEFAULT_MESSAGE_MASK
           
static long ERR
           
static long ERROR
           
static long INFO
           
static long INFORMATION
           
static java.util.Hashtable messageServerity
           
static long STATUS
           
static long WARN
           
static long WARNING
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_MESSAGE_MASK

public static final long ALL_MESSAGE_MASK

COPYRIGHT

public static final java.lang.String COPYRIGHT

DEBUG

public static final long DEBUG

DEFAULT_MESSAGE_MASK

public static final long DEFAULT_MESSAGE_MASK

ERR

public static final long ERR

ERROR

public static final long ERROR

INFO

public static final long INFO

INFORMATION

public static final long INFORMATION

messageServerity

public static final java.util.Hashtable messageServerity

STATUS

public static final long STATUS

WARN

public static final long WARN

WARNING

public static final long WARNING