Logging interface
Posted: Sun Sep 03, 2017 6:09 am
Documentation page entitled, "Logging, Exceptions, and Errors", in the section labeled, "Logging", states:
"There are five different logging levels, ranging from "Give me Everything!" to "Tell me only about critical problems".
CRITICAL...ERROR...WARNING...INFO...VERBOSE"
But the text just above shows, "Log.enable(LogLevel.DEBUG, null);"
This seems to use a LogLevel.DEBUG which is not one of these five logging levels.
The documentation goes on to say, "These are available in the Enumerations section of Logging API in the Phidget22 API documentation". They are not.
Please explain the available logging levels.
"There are five different logging levels, ranging from "Give me Everything!" to "Tell me only about critical problems".
CRITICAL...ERROR...WARNING...INFO...VERBOSE"
But the text just above shows, "Log.enable(LogLevel.DEBUG, null);"
This seems to use a LogLevel.DEBUG which is not one of these five logging levels.
The documentation goes on to say, "These are available in the Enumerations section of Logging API in the Phidget22 API documentation". They are not.
Please explain the available logging levels.