Package io.quarkus.runtime.logging
Class InheritableLevel.ActualLevel
java.lang.Object
io.quarkus.runtime.logging.InheritableLevel
io.quarkus.runtime.logging.InheritableLevel.ActualLevel
- Enclosing class:
InheritableLevel
-
Nested Class Summary
Nested classes/interfaces inherited from class io.quarkus.runtime.logging.InheritableLevel
InheritableLevel.ActualLevel, InheritableLevel.Inherited, InheritableLevel.Substitution -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(InheritableLevel other) getLevel()inthashCode()booleantoString()Methods inherited from class io.quarkus.runtime.logging.InheritableLevel
equals, of, of
-
Field Details
-
level
-
-
Constructor Details
-
ActualLevel
ActualLevel(Level level)
-
-
Method Details
-
isInherited
public boolean isInherited()- Specified by:
isInheritedin classInheritableLevel
-
getLevel
- Specified by:
getLevelin classInheritableLevel
-
toString
- Specified by:
toStringin classInheritableLevel
-
equals
- Specified by:
equalsin classInheritableLevel
-
hashCode
public int hashCode()- Specified by:
hashCodein classInheritableLevel
-