Class PaxLevelImpl

  • All Implemented Interfaces:
    org.ops4j.pax.logging.spi.PaxLevel

    public class PaxLevelImpl
    extends Object
    implements org.ops4j.pax.logging.spi.PaxLevel
    Numerical Log4J2 levels come from StandardLevel
    • Constructor Detail

      • PaxLevelImpl

        public PaxLevelImpl​(org.apache.logging.log4j.Level level)
    • Method Detail

      • isGreaterOrEqual

        public boolean isGreaterOrEqual​(org.ops4j.pax.logging.spi.PaxLevel r)
        Specified by:
        isGreaterOrEqual in interface org.ops4j.pax.logging.spi.PaxLevel
      • toLevel

        public org.osgi.service.log.LogLevel toLevel()
        Specified by:
        toLevel in interface org.ops4j.pax.logging.spi.PaxLevel
      • getSyslogEquivalent

        public int getSyslogEquivalent()
        Specified by:
        getSyslogEquivalent in interface org.ops4j.pax.logging.spi.PaxLevel