Package | Description |
---|---|
org.pentaho.di.core.database |
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
|
org.pentaho.di.core.logging |
This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
Database.getLastLogDate(String logtable,
String name,
boolean job,
LogStatus status) |
void |
Database.writeLogRecord(LogTableCoreInterface logTable,
LogStatus status,
Object subject,
Object parent) |
Modifier and Type | Method and Description |
---|---|
static LogStatus |
LogStatus.findStatus(String status)
Find the LogStatus based on the string description of the status.
|
static LogStatus |
LogStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogStatus[] |
LogStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LogStatus.equals(LogStatus logStatus) |
RowMetaAndData |
LogTableCoreInterface.getLogRecord(LogStatus status,
Object subject,
Object parent)
Assemble the log record from the logging subject.
|