Logging

The default logging level is info. The following code edits the static property 'loggingLevel' which sets your global logging level.

Log.loggingLevel = Level.warning;

Last updated