| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.datatools.connectivity.oda.util.manifest.TraceLogging
public class TraceLogging
Configuration of the driver's trace logging settings for a data source extension.
| Method Summary | |
|---|---|
|  java.lang.String | getLogDirectory()Returns the optional directory for log files. | 
|  java.lang.String | getLogFileNamePrefix()Returns the string prefix for driver's log file names. | 
|  java.lang.String | getLogFormatterClass()Returns the full class name of a concrete log formatter implementation, suitable for use by the driver-specific logging utility. | 
|  int | getLogLevel()Returns the value for the driver's log level, as defined in the ODA data source extension point schema. | 
| static int | toLogLevelNumber(java.lang.String logLevelName)Converts a string that represents a log level name or numeric value to a number. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public int getLogLevel()
public java.lang.String getLogFileNamePrefix()
public java.lang.String getLogDirectory()
public java.lang.String getLogFormatterClass()
public static int toLogLevelNumber(java.lang.String logLevelName)
logLevelName - A string that represents a log level name or numeric value.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||