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 TypeMethodDescriptionboolean
equals
(InheritableLevel other) getLevel()
int
hashCode()
boolean
toString()
Methods inherited from class io.quarkus.runtime.logging.InheritableLevel
equals, of, of
-
Field Details
-
INSTANCE
-
-
Method Details
-
isInherited
public boolean isInherited()- Specified by:
isInherited
in classInheritableLevel
-
getLevel
- Specified by:
getLevel
in classInheritableLevel
-
toString
- Specified by:
toString
in classInheritableLevel
-
equals
- Specified by:
equals
in classInheritableLevel
-
hashCode
public int hashCode()- Specified by:
hashCode
in classInheritableLevel
-