| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Level | |
|---|---|
| org.eclipse.datatools.connectivity.oda.util.logging | Provides a trace logging utility to an ODA runtime extension. | 
| Uses of Level in org.eclipse.datatools.connectivity.oda.util.logging | 
|---|
| Fields in org.eclipse.datatools.connectivity.oda.util.logging declared as Level | |
|---|---|
| static Level | Level.ALL_LEVELThe constant indicating the log level ALL. | 
| static Level | Level.CONFIG_LEVELThe constant indicating the log level CONFIG. | 
| static Level | Level.FINE_LEVELThe constant indicating the log level FINE. | 
| static Level | Level.FINER_LEVELThe constant indicating the log level FINER. | 
| static Level | Level.FINEST_LEVELThe constant indicating the log level FINEST. | 
| static Level | Level.INFO_LEVELThe constant indicating the log level INFO. | 
| static Level | Level.OFF_LEVELThe constant indicating the log level OFF. | 
| static Level | Level.SEVERE_LEVELThe constant indicating the log level SEVERE. | 
| static Level | Level.WARNING_LEVELThe constant indicating the log level WARNING. | 
| Methods in org.eclipse.datatools.connectivity.oda.util.logging that return Level | |
|---|---|
|  Level | Logger.getLevel()Get the associated log level. | 
|  Level | Handler.getLevel()Gets the Levelassociated with thisHandler. | 
|  Level | LogRecord.getLevel()Gets the logging level. | 
| Methods in org.eclipse.datatools.connectivity.oda.util.logging with parameters of type Level | |
|---|---|
|  boolean | Logger.isLoggable(Level level)Checks whether the specified level is loggable by this Logger. | 
|  void | Logger.log(Level level,
    java.lang.String message)Log a message at the specified level. | 
|  void | Logger.log(Level level,
    java.lang.Throwable thrown)Log a throwable at the specified level. | 
|  void | Logger.setLevel(Level level)Sets the level to associate with this Logger. | 
|  void | Handler.setLevel(Level level)Sets the Levelfor thisHandler. | 
|  void | LogRecord.setLevel(Level level)Sets the logging level to the specified value. | 
| Constructors in org.eclipse.datatools.connectivity.oda.util.logging with parameters of type Level | |
|---|---|
| LogRecord(Level level,
          java.lang.String message)Creates a LogRecordinstance with the specified 
 log level and message. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||