Package io.quarkus.runtime.logging
Class InheritableLevel.Inherited
java.lang.Object
io.quarkus.runtime.logging.InheritableLevel
io.quarkus.runtime.logging.InheritableLevel.Inherited
- 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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(InheritableLevel other) getLevel()inthashCode()booleantoString()Methods inherited from class io.quarkus.runtime.logging.InheritableLevel
equals, of, of
-
Field Details
-
INSTANCE
-
-
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
-