Currently, IConsole supports:
1. getOut()
2. getNotif()
3. getInfo()
4. getWarn()
5. getErr()
which means that messages sent to the strategy console can have five different levels of importance.
Request:
A filter that momentarily hides messages below a certain cut-off importance level.
This could be controlled by a drop-down list next to the "clear messages" button of the console tab:
Show messages: [drop down list with contents listed below]
- ALL
- >=NOTIF
- >=INFO
- >=WARN
- ERR