Search in sources :

Example 1 with LogSettingsDialog

use of org.pentaho.di.ui.spoon.dialog.LogSettingsDialog in project pentaho-kettle by pentaho.

the class Spoon method setLog.

public void setLog() {
    LogSettingsDialog lsd = new LogSettingsDialog(shell, SWT.NONE, props);
    lsd.open();
    log.setLogLevel(DefaultLogLevel.getLogLevel());
}
Also used : LogSettingsDialog(org.pentaho.di.ui.spoon.dialog.LogSettingsDialog)

Aggregations

LogSettingsDialog (org.pentaho.di.ui.spoon.dialog.LogSettingsDialog)1