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 TransLogTable
TransLogTable.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 TransLogTable
TransMeta.transLogTable
The 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 TypeMethodDescriptionvoid
TransMeta.setTransLogTable
(TransLogTable transLogTable) Sets the log table for the transformation.