| 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.
|
| org.pentaho.di.trans |
This package contains the classes needed to define and execute transformations.
|
| Modifier and Type | Method and Description |
|---|---|
static ChannelLogTable |
ChannelLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space,
HasDatabasesInterface databasesInterface) |
| Modifier and Type | Method and Description |
|---|---|
ChannelLogTable |
JobMeta.getChannelLogTable()
Gets the channel log table for the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobMeta.setChannelLogTable(ChannelLogTable channelLogTable)
Sets the channel log table for the job.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelLogTable |
TransMeta.getChannelLogTable()
Gets the channel log table for the transformation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransMeta.setChannelLogTable(ChannelLogTable channelLogTable)
Sets the channel log table for the transformation.
|