Uses of Class
org.pentaho.di.core.logging.JobEntryLogTable

Packages that use JobEntryLogTable
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. 
 

Uses of JobEntryLogTable in org.pentaho.di.core.logging
 

Methods in org.pentaho.di.core.logging that return JobEntryLogTable
static JobEntryLogTable JobEntryLogTable.getDefault(VariableSpace space, HasDatabasesInterface databasesInterface)
           
 

Uses of JobEntryLogTable in org.pentaho.di.job
 

Methods in org.pentaho.di.job that return JobEntryLogTable
 JobEntryLogTable JobMeta.getJobEntryLogTable()
          Gets the job entry log table.
 

Methods in org.pentaho.di.job with parameters of type JobEntryLogTable
 void JobMeta.setJobEntryLogTable(JobEntryLogTable jobEntryLogTable)
          Sets the job entry log table.