Uses of Class
org.pentaho.di.core.logging.ChannelLogTable

Packages that use ChannelLogTable
org.pentaho.di.core.logging This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message. 
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
 

Uses of ChannelLogTable in org.pentaho.di.core.logging
 

Methods in org.pentaho.di.core.logging that return ChannelLogTable
static ChannelLogTable ChannelLogTable.getDefault(VariableSpace space, HasDatabasesInterface databasesInterface)
           
 

Uses of ChannelLogTable in org.pentaho.di.job
 

Methods in org.pentaho.di.job that return ChannelLogTable
 ChannelLogTable JobMeta.getChannelLogTable()
           
 

Methods in org.pentaho.di.job with parameters of type ChannelLogTable
 void JobMeta.setChannelLogTable(ChannelLogTable channelLogTable)
           
 

Uses of ChannelLogTable in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return ChannelLogTable
 ChannelLogTable TransMeta.getChannelLogTable()
           
 

Methods in org.pentaho.di.trans with parameters of type ChannelLogTable
 void TransMeta.setChannelLogTable(ChannelLogTable channelLogTable)