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

Packages that use TransLogTable
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.trans This package contains the classes needed to define and execute transformations. 
 

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

Methods in org.pentaho.di.core.logging that return TransLogTable
static TransLogTable TransLogTable.getDefault(VariableSpace space, HasDatabasesInterface databasesInterface, List<StepMeta> steps)
           
 

Uses of TransLogTable in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return TransLogTable
 TransLogTable TransMeta.getTransLogTable()
          Gets the log table for the transformation.
 

Methods in org.pentaho.di.trans with parameters of type TransLogTable
 void TransMeta.setTransLogTable(TransLogTable transLogTable)
          Sets the log table for the transformation.