minimumLogLevel

var minimumLogLevel: DittoLogLevel

The minimum log level at which logs will be logged, provided enabled 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.

Logs exported through DittoLogger.exportToFile are not affected by this setting and include all logs at DittoLogLevel.DEBUG and above.