Uses of Class
org.pentaho.di.core.logging.TransLogTable
Packages that use TransLogTable
-
Uses of TransLogTable in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return TransLogTableModifier and TypeMethodDescriptionstatic TransLogTableTransLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface, List<StepMeta> steps) -
Uses of TransLogTable in org.pentaho.di.trans
Fields in org.pentaho.di.trans declared as TransLogTableModifier and TypeFieldDescriptionprotected TransLogTableTransMeta.transLogTableThe transformation logging table associated with the transformation.Methods in org.pentaho.di.trans that return TransLogTableModifier and TypeMethodDescriptionTransMeta.getTransLogTable()Gets the log table for the transformation.Methods in org.pentaho.di.trans with parameters of type TransLogTableModifier and TypeMethodDescriptionvoidTransMeta.setTransLogTable(TransLogTable transLogTable) Sets the log table for the transformation.