Uses of Class
org.ops4j.pax.logging.spi.support.LogReaderServiceImpl
-
Packages that use LogReaderServiceImpl Package Description 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 LogReaderServiceImpl in org.ops4j.pax.logging.spi.support
Methods in org.ops4j.pax.logging.spi.support that return types with arguments of type LogReaderServiceImpl Modifier and Type Method Description static RegisteredService<org.osgi.service.log.LogReaderService,LogReaderServiceImpl>BackendSupport. createAndRegisterLogReaderService(org.osgi.framework.BundleContext context)RegistersLogReaderServiceand makes it available for actualPaxLoggingServiceimplementation
-