Uses of Class
org.pentaho.di.core.logging.JobLogTable
Packages that use JobLogTable
-
Uses of JobLogTable in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return JobLogTableModifier and TypeMethodDescriptionstatic JobLogTableJobLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface) -
Uses of JobLogTable in org.pentaho.di.job
Fields in org.pentaho.di.job declared as JobLogTableMethods in org.pentaho.di.job that return JobLogTableMethods in org.pentaho.di.job with parameters of type JobLogTableModifier and TypeMethodDescriptionvoidJobMeta.setJobLogTable(JobLogTable jobLogTable) Sets the job log table.protected voidJob.writeLogTableInformation(JobLogTable jobLogTable, org.pentaho.di.core.logging.LogStatus status) Writes information to Job Log table.