| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogStatus | |
|---|---|
| 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 | |
|---|---|
 Object[] | 
Database.getLastLogDate(String logtable,
               String name,
               boolean job,
               LogStatus status)
 | 
 void | 
Database.writeLogRecord(LogTableInterface 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 | |
|---|---|
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 | |
|---|---|
 boolean | 
LogStatus.equals(LogStatus logStatus)
 | 
 RowMetaAndData | 
ChannelLogTable.getLogRecord(LogStatus status,
             Object subject,
             Object parent)
This method calculates all the values that are required  | 
 RowMetaAndData | 
JobEntryLogTable.getLogRecord(LogStatus status,
             Object subject,
             Object parent)
This method calculates all the values that are required  | 
 RowMetaAndData | 
JobLogTable.getLogRecord(LogStatus status,
             Object subject,
             Object parent)
This method calculates all the values that are required  | 
 RowMetaAndData | 
PerformanceLogTable.getLogRecord(LogStatus status,
             Object subject,
             Object parent)
This method calculates all the values that are required  | 
 RowMetaAndData | 
TransLogTable.getLogRecord(LogStatus status,
             Object subject,
             Object parent)
This method calculates all the values that are required  | 
 RowMetaAndData | 
StepLogTable.getLogRecord(LogStatus status,
             Object subject,
             Object parent)
This method calculates all the values that are required  | 
 RowMetaAndData | 
LogTableInterface.getLogRecord(LogStatus status,
             Object subject,
             Object parent)
Assemble the log record from the logging subject.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||