LevelConfiguration

Logger level configuration.

Since

2.7.13

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
open fun getLevel(): LogLevel
Return the actual level value if possible.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun isCustom(): Boolean
Return if this is a custom level and cannot be represented by LogLevel.
Link copied to clipboard
Create a new LevelConfiguration instance of the given LogLevel.
Link copied to clipboard
Create a new LevelConfiguration instance for a custom level name.
Link copied to clipboard
open fun toString(): String