@JvmStatic var minimumLogLevel: <ERROR CLASS>
The minimum log level at which logs will be logged, provided loggingEnabled
is true
.
For example if this is set to DittoLogLevel.Warning
, then only logs that are logged with
the Warning
or Error
log levels will be shown.