Uses of Enum Class
org.pentaho.di.core.logging.LogStatus
Packages that use 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
Methods in org.pentaho.di.core.database with parameters of type LogStatusModifier and TypeMethodDescriptionObject[]Database.getLastLogDate(String logtable, String name, boolean job, LogStatus status) voidDatabase.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 LogStatusModifier and TypeMethodDescriptionstatic LogStatusLogStatus.findStatus(String status) Find the LogStatus based on the string description of the status.static LogStatusReturns 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.Methods in org.pentaho.di.core.logging with parameters of type LogStatusModifier and TypeMethodDescriptionbooleanLogTableCoreInterface.getLogRecord(LogStatus status, Object subject, Object parent) Assemble the log record from the logging subject.