Uses of Class
org.pentaho.di.core.logging.LogStatus
-
Packages that use LogStatus Package Description org.pentaho.di.core.database Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)org.pentaho.di.core.logging This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message. -
-
Uses of LogStatus in org.pentaho.di.core.database
Methods in org.pentaho.di.core.database with parameters of type LogStatus Modifier and Type Method Description Object[]
Database. getLastLogDate(String logtable, String name, boolean job, LogStatus status)
void
Database. writeLogRecord(LogTableCoreInterface logTable, LogStatus status, Object subject, Object parent)
-
Uses of LogStatus in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return LogStatus Modifier and Type Method Description static LogStatus
LogStatus. findStatus(String status)
Find the LogStatus based on the string description of the status.static LogStatus
LogStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogStatus[]
LogStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pentaho.di.core.logging with parameters of type LogStatus Modifier and Type Method Description boolean
LogStatus. equals(LogStatus logStatus)
RowMetaAndData
LogTableCoreInterface. getLogRecord(LogStatus status, Object subject, Object parent)
Assemble the log record from the logging subject.
-