|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.oda.util.logging.Level
public final class Level
Level
represents logging levels within the logging framework.
It defines a standard set of logging levels to control logging.
Field Summary | |
---|---|
static int |
ALL
The constant indicating the integer value of ALL. |
static Level |
ALL_LEVEL
The constant indicating the log level ALL. |
static int |
CONFIG
The constant indicating the integer value of CONFIG. |
static Level |
CONFIG_LEVEL
The constant indicating the log level CONFIG. |
static int |
FINE
The constant indicating the integer value of FINE. |
static Level |
FINE_LEVEL
The constant indicating the log level FINE. |
static int |
FINER
The constant indicating the integer value of FINER. |
static Level |
FINER_LEVEL
The constant indicating the log level FINER. |
static int |
FINEST
The constant indicating the integer value of FINEST. |
static Level |
FINEST_LEVEL
The constant indicating the log level FINEST. |
static int |
INFO
The constant indicating the integer value of INFO. |
static Level |
INFO_LEVEL
The constant indicating the log level INFO. |
static int |
OFF
The constant indicating the integer value of OFF. |
static Level |
OFF_LEVEL
The constant indicating the log level OFF. |
static int |
SEVERE
The constant indicating the integer value of SEVERE. |
static Level |
SEVERE_LEVEL
The constant indicating the log level SEVERE. |
static int |
WARNING
The constant indicating the integer value of WARNING. |
static Level |
WARNING_LEVEL
The constant indicating the log level WARNING. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Checks whether the two objects have the same log level value. |
java.lang.String |
getName()
Gets the log level name. |
int |
hashCode()
Generate a hashcode based on the log level value. |
int |
intValue()
Gets the log level value. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int OFF
public static final int SEVERE
public static final int WARNING
public static final int INFO
public static final int CONFIG
public static final int FINE
public static final int FINER
public static final int FINEST
public static final int ALL
public static final Level OFF_LEVEL
public static final Level SEVERE_LEVEL
public static final Level WARNING_LEVEL
public static final Level INFO_LEVEL
public static final Level CONFIG_LEVEL
public static final Level FINE_LEVEL
public static final Level FINER_LEVEL
public static final Level FINEST_LEVEL
public static final Level ALL_LEVEL
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object to compare against.
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String getName()
public int intValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |