| Package | Description |
|---|---|
| org.pentaho.di.core.logging |
This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.
|
| org.pentaho.di.job |
This package contains the different elements that make up a Job.
|
| Modifier and Type | Method and Description |
|---|---|
static JobLogTable |
JobLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space,
HasDatabasesInterface databasesInterface) |
| Modifier and Type | Method and Description |
|---|---|
JobLogTable |
JobMeta.getJobLogTable()
Gets the job log table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobMeta.setJobLogTable(JobLogTable jobLogTable)
Sets the job log table.
|