public class Kitchen extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
STRING_KITCHEN  | 
| Constructor and Description | 
|---|
Kitchen()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
configureLogging(CommandLineOption maxLogLinesOption,
                CommandLineOption maxLogTimeoutOption)
Configure the central log store from the provided command line options 
 | 
static void | 
main(String[] a)  | 
public static final String STRING_KITCHEN
public static void configureLogging(CommandLineOption maxLogLinesOption, CommandLineOption maxLogTimeoutOption) throws org.pentaho.di.core.exception.KettleException
maxLogLinesOption - Option for maximum log linesmaxLogTimeoutOption - Option for log timeoutorg.pentaho.di.core.exception.KettleException - Error parsing command line arguments