Uses of Class
org.pentaho.di.core.logging.LogTableField
-
Packages that use LogTableField Package Description org.pentaho.di.core.logging This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message. -
-
Uses of LogTableField in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return LogTableField Modifier and Type Method Description LogTableField
LogTableCoreInterface. getErrorsField()
LogTableField
LogTableCoreInterface. getKeyField()
LogTableField
LogTableCoreInterface. getLogDateField()
LogTableField
LogTableCoreInterface. getLogField()
LogTableField
LogTableCoreInterface. getNameField()
LogTableField
LogTableCoreInterface. getStatusField()
Methods in org.pentaho.di.core.logging that return types with arguments of type LogTableField Modifier and Type Method Description List<LogTableField>
LogTableCoreInterface. getFields()
-