logLevel

open override var logLevel: Log.Level

The minimum log level to output

To configure from manifest, specify the minimum log level to output:

0 = Disable logging 1 = Verbose and above 2 = Debug and above 3 = Info and above 4 = Error and above 5 = Warning and above 6 = Assert only