getLoggingLevel

@Nullable
open fun getLoggingLevel(): LoggingLevel

Return current default logging level.

Return

Current default logging level or nothing if logging is disabled.


@Nullable
open fun getLoggingLevel(@NonNull category: String): LoggingLevel

Return current logging level for category.

Return

Configured logging level for category, or nothing if logging category is disabled.

Parameters

category

Category that can be used for filtering.