getLogLevel

open fun getLogLevel(@NonNull context: Context, @Nullable defaultLogLevel: String): LogLevel

Call this method to get the [LogLevel] either configured in the BE admin interface or default if not configured.

Return

The configured LogLevel or defaultLogLevel

See also

Parameters

context

The application context

defaultLogLevel

The default LogLevel if not configured in the BE admin