installedLevels

@JvmStatic
fun installedLevels(): Set<Log.Level>(source)

All available Level to log at for the currently installed Log instances.

NOTE: This has no bearing on Logger.isLoggable. The purpose of this API is to provide a more refined set than Level.entries.

Return

An immutable set of currently available Level to log at. Can be empty if no Log instances are installed.