RestrictedLogLevel

sealed class RestrictedLogLevel

A LogLevel that only outputs if a Logger attempts to log with a LogLevel matching the restriction.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

the set of LogLevel that are allowed to be logged.

Functions

Link copied to clipboard

Creates a RestrictedLogLevel by combining the RestrictedLogLevel.levels of two Restricted Log Levels.