|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.data.oda.util.manifest.TraceLogging
org.eclipse.datatools.connectivity.oda.util.manifest.TraceLogging
.
Configuration of the driver's trace logging settings for a data source extension.
Method Summary | |
java.lang.String |
getLogDirectory()
Deprecated. Returns the optional directory for log files. |
java.lang.String |
getLogFileNamePrefix()
Deprecated. Returns the string prefix for driver's log file names. |
java.lang.String |
getLogFormatterClass()
Deprecated. Returns the optional driver's concrete implementation of the org.eclipse.birt.data.oda.util.logging.LogFormatter class. |
int |
getLogLevel()
Deprecated. Returns the value for the driver's log level, as defined in org.eclipse.birt.data.oda.util.logging.Level . |
static int |
toLogLevelNumber(java.lang.String logLevelName)
Deprecated. Converts a string that represents a log level name or numeric value to a number. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getLogLevel()
org.eclipse.birt.data.oda.util.logging.Level
.
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 |