- remove option to set logging level to WARNING as this would disable normal notifications

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10286 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 12 years ago
parent 5b0de207eb
commit 708eb693a4
  1. 2
      sdk/jme3-core/src/com/jme3/gde/core/scene/ApplicationLogHandler.java

@ -104,7 +104,7 @@ public class ApplicationLogHandler extends Handler implements Callable<JButton>
levelFine.putValue(Action.SHORT_DESCRIPTION, "Set Fine Logging Level");
levelInfo.putValue(Action.SHORT_DESCRIPTION, "Set Normal Logging Level");
levelWarning.putValue(Action.SHORT_DESCRIPTION, "Set Warning Logging Level");
io = IOProvider.getDefault().getIO("Application", new Action[]{levelFine, levelInfo, levelWarning});
io = IOProvider.getDefault().getIO("Application", new Action[]{levelFine, levelInfo});
io.setErrSeparated(true);
}

Loading…
Cancel
Save