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
Was this helpful?
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
Was this helpful?