List of usage examples for com.google.gwt.eclipse.core.compile GWTCompileSettings setLogLevel
public void setLogLevel(String logLevel)
From source file:com.myeclipsedev.gdt.eclipse.ui.internal.wizard.WebComponentExportPage.java
License:Open Source License
public GWTCompileSettings getCompileSettings() { GWTCompileSettings settings = new GWTCompileSettings(project); settings.setOutputStyle(outputStyle); settings.setLogLevel(logLevel); return settings; }