Summery
This update adds a bit more functionality to debug levels. The update adds two new debug levels, DEV and NOISE. DEV level are logs that are only useful to Java developers using the provided api and NOISE logs are just extra information that would normally be useless. Because of the two new debug levels, the maximum debug level has been changed from three to five.
Read more about debug levels here.
Features
- DEV debug level
- NOISE debug level
- Debug level range now 0-5