| 
 | ||||||||||
| 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 | ALLThe constant indicating the integer value of ALL. | 
| static Level | ALL_LEVELThe constant indicating the log level ALL. | 
| static int | CONFIGThe constant indicating the integer value of CONFIG. | 
| static Level | CONFIG_LEVELThe constant indicating the log level CONFIG. | 
| static int | FINEThe constant indicating the integer value of FINE. | 
| static Level | FINE_LEVELThe constant indicating the log level FINE. | 
| static int | FINERThe constant indicating the integer value of FINER. | 
| static Level | FINER_LEVELThe constant indicating the log level FINER. | 
| static int | FINESTThe constant indicating the integer value of FINEST. | 
| static Level | FINEST_LEVELThe constant indicating the log level FINEST. | 
| static int | INFOThe constant indicating the integer value of INFO. | 
| static Level | INFO_LEVELThe constant indicating the log level INFO. | 
| static int | OFFThe constant indicating the integer value of OFF. | 
| static Level | OFF_LEVELThe constant indicating the log level OFF. | 
| static int | SEVEREThe constant indicating the integer value of SEVERE. | 
| static Level | SEVERE_LEVELThe constant indicating the log level SEVERE. | 
| static int | WARNINGThe constant indicating the integer value of WARNING. | 
| static Level | WARNING_LEVELThe 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.Objectobj - the object to compare against.
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String getName()
public int intValue()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||