Uses of Interface
org.ops4j.pax.logging.spi.PaxLevel
-
Packages that use PaxLevel Package Description org.ops4j.pax.logging.spi This package abstracts common concepts related to configuration of popular logging frameworks/libraries. -
-
Uses of PaxLevel in org.ops4j.pax.logging.spi
Methods in org.ops4j.pax.logging.spi that return PaxLevel Modifier and Type Method Description PaxLevelPaxLoggingEvent. getLevel()Severity/level/importance of thelogging event.Methods in org.ops4j.pax.logging.spi with parameters of type PaxLevel Modifier and Type Method Description booleanPaxLevel. isGreaterOrEqual(PaxLevel r)Returnstrueif this level has a higher or equal level (is more important, has bigger severity) than the level passed as argument,falseotherwise.
-