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 ScrLoggerActivator. loggerprivate ScrLoggerComponentActorThread. loggerprivate ScrLoggerComponentRegistry. m_loggerMethods 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 voidActivator. 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 classNoOpLoggerThis is a dummy logger which is only used when the logging is not enabled at all.(package private) classScrLogManager.ScrLoggerFacadeMethods in org.apache.felix.scr.impl.logger that return ScrLogger Modifier and Type Method Description static ScrLoggerScrLoggerFactory. create(org.osgi.framework.BundleContext context, LogConfiguration config)Retrieves the logger based on the provided log configuration If the logging is disabled, theNoOpLoggeris used If the logging is enabled but the log extension is disabled, useScrLogManagerIf the logging is enabled and the log extension is also enabled, useExtLogManagerScrLoggerExtLogManager. scr()ScrLoggerScrLogManager. scr()This logger is used for the main code of SCR. -
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 ScrLoggerRegionConfigurationSupport. loggerConstructors 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)
-