Uses of Class
org.pentaho.di.core.logging.StepLogTable
-
Packages that use StepLogTable Package Description org.pentaho.di.core.logging org.pentaho.di.trans -
-
Uses of StepLogTable in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return StepLogTable Modifier and Type Method Description static StepLogTable
StepLogTable. getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface)
-
Uses of StepLogTable in org.pentaho.di.trans
Fields in org.pentaho.di.trans declared as StepLogTable Modifier and Type Field Description protected StepLogTable
TransMeta. stepLogTable
The step logging table associated with the transformation.Methods in org.pentaho.di.trans that return StepLogTable Modifier and Type Method Description StepLogTable
TransMeta. getStepLogTable()
Gets the step log table for the transformation.Methods in org.pentaho.di.trans with parameters of type StepLogTable Modifier and Type Method Description void
TransMeta. setStepLogTable(StepLogTable stepLogTable)
Sets the step log table for the transformation.
-