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

Packages that use JobLogTable
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 JobLogTable in org.pentaho.di.core.logging
 

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

Uses of JobLogTable in org.pentaho.di.job
 

Methods in org.pentaho.di.job that return JobLogTable
 JobLogTable JobMeta.getJobLogTable()
          Gets the job log table.
 

Methods in org.pentaho.di.job with parameters of type JobLogTable
 void JobMeta.setJobLogTable(JobLogTable jobLogTable)
          Sets the job log table.