Skip to content
Inervo edited this page May 13, 2013 · 1 revision

You can define the log level of the application by specifying it in the properties file.

The entry must look like LOG_LEVEL=INFO.

The value can be :

  • OFF
  • SEVERE
  • WARNING
  • INFO
  • CONFIG
  • FINE
  • FINER
  • FINEST
  • ALL

If no LOG_LEVEL entry exists in the properties file, the default value is INFO. If the entry exists, a log window will be shown during the execution of the application and show all the messages. All the messages are sent to the console and the log file.

Clone this wiki locally