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 class
NoOpLogger
This is a dummy logger which is only used when the logging is not enabled at all.(package private) class
ScrLogManager.ScrLoggerFacade
Methods in org.apache.felix.scr.impl.logger that return ScrLogger Modifier and Type Method Description static ScrLogger
ScrLoggerFactory. create(org.osgi.framework.BundleContext context, LogConfiguration config)
Retrieves the logger based on the provided log configuration If the logging is disabled, theNoOpLogger
is used If the logging is enabled but the log extension is disabled, useScrLogManager
If the logging is enabled and the log extension is also enabled, useExtLogManager
ScrLogger
ExtLogManager. scr()
ScrLogger
ScrLogManager. 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 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)
-