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());
}
Aggregations