Uses of Enum Class
org.pentaho.di.core.logging.LogStatus
Package
Description
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
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
Modifier and TypeMethodDescriptionObject[]
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
Modifier and TypeMethodDescriptionstatic LogStatus
LogStatus.findStatus
(String status) Find the LogStatus based on the string description of the status.static LogStatus
Returns the enum constant of this class with the specified name.static LogStatus[]
LogStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
LogTableCoreInterface.getLogRecord
(LogStatus status, Object subject, Object parent) Assemble the log record from the logging subject.