Uses of Interface
org.apache.felix.scr.impl.logger.ScrLogger
Packages that use ScrLogger
-
Uses of ScrLogger in org.apache.felix.scr.impl.logger
Classes in org.apache.felix.scr.impl.logger that implement ScrLoggerModifier and TypeClassDescriptionclassThis is a dummy logger which is only used when the logging is not enabled at all.Methods in org.apache.felix.scr.impl.logger that return ScrLoggerModifier and TypeMethodDescriptionstatic 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, useExtLogManagerScrLogManager.scr()This logger is used for the main code of SCR. -
Uses of ScrLogger in org.apache.felix.scr.impl.manager
Constructors in org.apache.felix.scr.impl.manager with parameters of type ScrLoggerModifierConstructorDescriptionRegionConfigurationSupport(ScrLogger logger, org.osgi.framework.ServiceReference<org.osgi.service.cm.ConfigurationAdmin> reference, org.osgi.framework.Bundle bundle)