Uses of Interface
org.ops4j.pax.logging.PaxLogger
-
Packages that use PaxLogger Package Description org.apache.log4j org.ops4j.pax.logging 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.org.ops4j.pax.logging.spi.support This package may be Private-Packaged by particular pax-logging backends (thus doing a copy), so common functionality (like implementation ofLogReaderService) is kept in one place. -
-
Uses of PaxLogger in org.apache.log4j
Fields in org.apache.log4j declared as PaxLogger Modifier and Type Field Description protected PaxLoggerCategory. m_delegateConstructors in org.apache.log4j with parameters of type PaxLogger Constructor Description Category(String name, PaxLogger delegate)Logger(String name, PaxLogger delegate) -
Uses of PaxLogger in org.ops4j.pax.logging
Methods in org.ops4j.pax.logging that return PaxLogger Modifier and Type Method Description PaxLoggerOSGIPaxLoggingManager. getLogger(String category, String fqcn)PaxLoggerOSGIPaxLoggingManager. getLogger(org.osgi.framework.Bundle bundle, String category, String fqcn)PaxLoggerPaxLoggingManager. getLogger(String category, String fqcn)Obtains aPaxLoggerfrom this manager.PaxLoggerPaxLoggingManager. getLogger(org.osgi.framework.Bundle bundle, String category, String fqcn)Obtains aPaxLoggerfrom this manager for a specificBundle.PaxLoggerPaxLoggingService. getLogger(org.osgi.framework.Bundle bundle, String category, String fqcn) -
Uses of PaxLogger in org.ops4j.pax.logging.avalon
Constructors in org.ops4j.pax.logging.avalon with parameters of type PaxLogger Constructor Description AvalonLogger(String name, PaxLogger delegate) -
Uses of PaxLogger in org.ops4j.pax.logging.internal
Classes in org.ops4j.pax.logging.internal that implement PaxLogger Modifier and Type Class Description classTrackingLoggerAPaxLoggerthat's delegating to realPaxLoggingServicewhen one's available and falls back toFallbackLogFactorywhen the service is gone. -
Uses of PaxLogger in org.ops4j.pax.logging.jbosslogging
Constructors in org.ops4j.pax.logging.jbosslogging with parameters of type PaxLogger Constructor Description JBossLoggingLogger(String name, PaxLogger delegate) -
Uses of PaxLogger in org.ops4j.pax.logging.jcl
Constructors in org.ops4j.pax.logging.jcl with parameters of type PaxLogger Constructor Description JclLogger(String name, PaxLogger delegate) -
Uses of PaxLogger in org.ops4j.pax.logging.juli
Constructors in org.ops4j.pax.logging.juli with parameters of type PaxLogger Constructor Description JuliLogger(String name, PaxLogger delegate) -
Uses of PaxLogger in org.ops4j.pax.logging.log4jv2
Constructors in org.ops4j.pax.logging.log4jv2 with parameters of type PaxLogger Constructor Description Log4jv2Logger(String name, org.apache.logging.log4j.message.MessageFactory messageFactory, PaxLogger delegate) -
Uses of PaxLogger in org.ops4j.pax.logging.slf4j
Constructors in org.ops4j.pax.logging.slf4j with parameters of type PaxLogger Constructor Description Slf4jLogger(String name, PaxLogger delegate) -
Uses of PaxLogger in org.ops4j.pax.logging.spi.support
Classes in org.ops4j.pax.logging.spi.support that implement PaxLogger Modifier and Type Class Description classBufferingLogExperimental fallback strategy for non-availability.classDefaultServiceLogThis Logger will be used when the Pax Logging Service is not (yet) available.classFileServiceLogDefaultServiceLogthat writes to configured file - useful for integration tests but also for Karaf if you don't want to miss single log message.Methods in org.ops4j.pax.logging.spi.support that return PaxLogger Modifier and Type Method Description static PaxLoggerFallbackLogFactory. createFallbackLog(org.osgi.framework.Bundle requestingBundle, String categoryName)CreatePaxLoggerthat doesn't delegate to logger from specificPaxLoggingService.Constructors in org.ops4j.pax.logging.spi.support with parameters of type PaxLogger Constructor Description LogReaderServiceImpl(int m_maxEntries, PaxLogger logger)
-