Package io.quarkus.runtime.logging
Class InheritableLevel
java.lang.Object
io.quarkus.runtime.logging.InheritableLevel
- Direct Known Subclasses:
InheritableLevel.ActualLevel
,InheritableLevel.Inherited
A level that may be inheritable.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
equals
(InheritableLevel other) final boolean
abstract Level
getLevel()
abstract int
hashCode()
abstract boolean
static InheritableLevel
static InheritableLevel
abstract String
toString()
-
Constructor Details
-
InheritableLevel
InheritableLevel()
-
-
Method Details