Uses of Interface
org.ops4j.pax.logging.PaxLoggingManagerAwareLogger
-
Packages that use PaxLoggingManagerAwareLogger Package Description org.apache.log4j org.ops4j.pax.logging.avalon Package with pax-logging specific classes supporting Avalon Framework Logging.org.ops4j.pax.logging.internal org.ops4j.pax.logging.jbosslogging Package with pax-logging specific classes supporting JBoss Logging bridge.org.ops4j.pax.logging.jcl Package with pax-logging specific classes supporting Commons-Logging facade.org.ops4j.pax.logging.juli Package with pax-logging specific classes supporting Apache Juli facade (which itself is adjusted Commons Logging API).org.ops4j.pax.logging.log4jv2 org.ops4j.pax.logging.slf4j Package with pax-logging specific classes supporting the binding mechanism from SLF4J. -
-
Uses of PaxLoggingManagerAwareLogger in org.apache.log4j
Classes in org.apache.log4j that implement PaxLoggingManagerAwareLogger Modifier and Type Class Description classCategoryThis class has been deprecated and replaced by theLoggersubclass.classLoggerThis is the central class in the log4j package. -
Uses of PaxLoggingManagerAwareLogger in org.ops4j.pax.logging.avalon
Classes in org.ops4j.pax.logging.avalon that implement PaxLoggingManagerAwareLogger Modifier and Type Class Description classAvalonLoggerpax-logging specificLoggerthat delegates toPaxLoggerthat is obtained from framework specificPaxLoggingServiceand eventually delegates to logging implementation. -
Uses of PaxLoggingManagerAwareLogger in org.ops4j.pax.logging.internal
Fields in org.ops4j.pax.logging.internal with type parameters of type PaxLoggingManagerAwareLogger Modifier and Type Field Description static List<PaxLoggingManagerAwareLogger>Activator. m_loggersThis list will keep facade-specific loggers beforePaxLoggingManagerbecomes available. -
Uses of PaxLoggingManagerAwareLogger in org.ops4j.pax.logging.jbosslogging
Classes in org.ops4j.pax.logging.jbosslogging that implement PaxLoggingManagerAwareLogger Modifier and Type Class Description classJBossLoggingLoggerpax-logging specificLoggerthat delegates toPaxLoggerthat is obtained from framework specificPaxLoggingServiceand eventually delegates to logging implementation. -
Uses of PaxLoggingManagerAwareLogger in org.ops4j.pax.logging.jcl
Classes in org.ops4j.pax.logging.jcl that implement PaxLoggingManagerAwareLogger Modifier and Type Class Description classJclLoggerpax-logging specificLogthat delegates toPaxLoggerthat is obtained from framework specificPaxLoggingServiceand eventually delegates to logging implementation. -
Uses of PaxLoggingManagerAwareLogger in org.ops4j.pax.logging.juli
Classes in org.ops4j.pax.logging.juli that implement PaxLoggingManagerAwareLogger Modifier and Type Class Description classJuliLoggerpax-logging specificLogthat delegates toPaxLoggerthat is obtained from framework specificPaxLoggingServiceand eventually delegates to logging implementation. -
Uses of PaxLoggingManagerAwareLogger in org.ops4j.pax.logging.log4jv2
Classes in org.ops4j.pax.logging.log4jv2 that implement PaxLoggingManagerAwareLogger Modifier and Type Class Description classLog4jv2LoggerThis is the default logger that is used when no suitable logging implementation is available. -
Uses of PaxLoggingManagerAwareLogger in org.ops4j.pax.logging.slf4j
Classes in org.ops4j.pax.logging.slf4j that implement PaxLoggingManagerAwareLogger Modifier and Type Class Description classSlf4jLoggerpax-logging specificLoggerthat delegates toPaxLoggerthat is obtained from framework specificPaxLoggingServiceand eventually delegates to logging implementation.
-