Uses of Interface
org.apache.felix.scr.impl.logger.ScrLogger
-
Packages that use ScrLogger Package Description org.apache.felix.scr.impl org.apache.felix.scr.impl.logger org.apache.felix.scr.impl.manager -
-
Uses of ScrLogger in org.apache.felix.scr.impl
Fields in org.apache.felix.scr.impl declared as ScrLogger Modifier and Type Field Description private ScrLogger
Activator. logger
private ScrLogger
ComponentActorThread. logger
private ScrLogger
ComponentRegistry. m_logger
Methods in org.apache.felix.scr.impl with parameters of type ScrLogger Modifier and Type Method Description private static java.util.concurrent.ConcurrentMap<java.lang.Long,java.util.List<ComponentMetadata>>
Activator. load(org.osgi.framework.BundleContext context, ScrLogger logger, boolean loadFromCache)
private static void
Activator. store(java.util.Map<java.lang.Long,java.util.List<ComponentMetadata>> componentsMap, org.osgi.framework.BundleContext context, ScrLogger logger, boolean storeCache)
Constructors in org.apache.felix.scr.impl with parameters of type ScrLogger Constructor Description BundleComponentActivator(ScrLogger scrLogger, ComponentRegistry componentRegistry, ComponentActorThread componentActor, org.osgi.framework.BundleContext context, ScrConfiguration configuration, java.util.List<ComponentMetadata> cachedComponentMetadata)
Called upon starting of the bundle.ComponentActorThread(ScrLogger log)
ComponentRegistry(ScrConfiguration scrConfiguration, ScrLogger logger)
-
Uses of ScrLogger in org.apache.felix.scr.impl.logger
Classes in org.apache.felix.scr.impl.logger that implement ScrLogger Modifier and Type Class Description (package private) class
ScrLogManager.ScrLoggerFacade
Methods in org.apache.felix.scr.impl.logger that return ScrLogger Modifier and Type Method Description ScrLogger
ExtLogManager. scr()
ScrLogger
ScrLogManager. scr()
This logger is used for the main code of SCR.static ScrLogger
ScrLogManager. scr(org.osgi.framework.BundleContext context, ScrConfiguration config)
Get a new log manager based on the configuration. -
Uses of ScrLogger in org.apache.felix.scr.impl.manager
Fields in org.apache.felix.scr.impl.manager declared as ScrLogger Modifier and Type Field Description private ScrLogger
RegionConfigurationSupport. logger
Constructors in org.apache.felix.scr.impl.manager with parameters of type ScrLogger Constructor Description RegionConfigurationSupport(ScrLogger logger, org.osgi.framework.ServiceReference<org.osgi.service.cm.ConfigurationAdmin> reference, org.osgi.framework.Bundle bundle)
-