Uses of Interface
org.ops4j.pax.logging.PaxLoggingService
-
Packages that use PaxLoggingService Package Description org.ops4j.pax.logging org.ops4j.pax.logging.internal -
-
Uses of PaxLoggingService in org.ops4j.pax.logging
Methods in org.ops4j.pax.logging that return PaxLoggingService Modifier and Type Method Description PaxLoggingServiceOSGIPaxLoggingManager. addingService(org.osgi.framework.ServiceReference<PaxLoggingService> reference)PaxLoggingServiceOSGIPaxLoggingManager. getPaxLoggingService()PaxLoggingServicePaxLoggingManager. getPaxLoggingService()Returns actual, detected, dynamicPaxLoggingServicethat's currently used to obtainloggers.Methods in org.ops4j.pax.logging with parameters of type PaxLoggingService Modifier and Type Method Description voidOSGIPaxLoggingManager. modifiedService(org.osgi.framework.ServiceReference<PaxLoggingService> reference, PaxLoggingService service)voidOSGIPaxLoggingManager. removedService(org.osgi.framework.ServiceReference<PaxLoggingService> reference, PaxLoggingService service)Method parameters in org.ops4j.pax.logging with type arguments of type PaxLoggingService Modifier and Type Method Description PaxLoggingServiceOSGIPaxLoggingManager. addingService(org.osgi.framework.ServiceReference<PaxLoggingService> reference)voidOSGIPaxLoggingManager. modifiedService(org.osgi.framework.ServiceReference<PaxLoggingService> reference, PaxLoggingService service)voidOSGIPaxLoggingManager. removedService(org.osgi.framework.ServiceReference<PaxLoggingService> reference, PaxLoggingService service) -
Uses of PaxLoggingService in org.ops4j.pax.logging.internal
Methods in org.ops4j.pax.logging.internal with parameters of type PaxLoggingService Modifier and Type Method Description voidTrackingLogger. added(PaxLoggingService service)OSGIPaxLoggingManagersets an instance of realPaxLoggingServicewhen it's available.Constructors in org.ops4j.pax.logging.internal with parameters of type PaxLoggingService Constructor Description TrackingLogger(PaxLoggingService service, String category, org.osgi.framework.Bundle bundle, String fqcn)
-