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
static final class InheritableLevel.Inherited extends InheritableLevel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.quarkus.runtime.logging.InheritableLevel
InheritableLevel.ActualLevel, InheritableLevel.Inherited
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static InheritableLevel.InheritedINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(InheritableLevel other)LevelgetLevel()inthashCode()booleanisInherited()StringtoString()-
Methods inherited from class io.quarkus.runtime.logging.InheritableLevel
equals, of
-
-
-
-
Field Detail
-
INSTANCE
static final InheritableLevel.Inherited INSTANCE
-
-
Method Detail
-
isInherited
public boolean isInherited()
- Specified by:
isInheritedin classInheritableLevel
-
getLevel
public Level getLevel()
- Specified by:
getLevelin classInheritableLevel
-
toString
public String toString()
- Specified by:
toStringin classInheritableLevel
-
equals
public boolean equals(InheritableLevel other)
- Specified by:
equalsin classInheritableLevel
-
hashCode
public int hashCode()
- Specified by:
hashCodein classInheritableLevel
-
-