Uses of Class
org.ops4j.pax.logging.PaxContext
-
Packages that use PaxContext Package Description org.ops4j.pax.logging org.ops4j.pax.logging.internal 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 PaxContext in org.ops4j.pax.logging
Methods in org.ops4j.pax.logging that return PaxContext Modifier and Type Method Description PaxContextPaxLogger. getPaxContext()PaxContextof this logger that gives access to thread-bound MDC context.PaxContextPaxLoggingService. getPaxContext()ReturnsPaxContextof this service that gives access to thread-bound MDC context. -
Uses of PaxContext in org.ops4j.pax.logging.internal
Methods in org.ops4j.pax.logging.internal that return PaxContext Modifier and Type Method Description PaxContextTrackingLogger. getPaxContext() -
Uses of PaxContext in org.ops4j.pax.logging.spi.support
Methods in org.ops4j.pax.logging.spi.support that return PaxContext Modifier and Type Method Description PaxContextBufferingLog. getPaxContext()PaxContextDefaultServiceLog. getPaxContext()
-