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 classstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanequals(InheritableLevel other) final booleanabstract LevelgetLevel()abstract inthashCode()abstract booleanstatic InheritableLevelstatic InheritableLevelabstract StringtoString()
-
Constructor Details
-
InheritableLevel
InheritableLevel()
-
-
Method Details