SDK
- 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
This commit is contained in:
parent
5b0de207eb
commit
708eb693a4
@ -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…
x
Reference in New Issue
Block a user