Uses of Class
org.pentaho.di.core.logging.TransLogTable
-
Packages that use TransLogTable Package Description org.pentaho.di.core.logging org.pentaho.di.trans -
-
Uses of TransLogTable in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return TransLogTable Modifier and Type Method Description static 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 TransLogTable Modifier and Type Field Description protected TransLogTable
TransMeta. transLogTable
The transformation logging table associated with the transformation.Methods in org.pentaho.di.trans that return TransLogTable Modifier and Type Method Description TransLogTable
TransMeta. getTransLogTable()
Gets the log table for the transformation.Methods in org.pentaho.di.trans with parameters of type TransLogTable Modifier and Type Method Description void
TransMeta. setTransLogTable(TransLogTable transLogTable)
Sets the log table for the transformation.
-