Uses of Interface
org.apache.felix.scr.impl.logger.LogConfiguration
Packages that use LogConfiguration
Package
Description
-
Uses of LogConfiguration in org.apache.felix.scr.impl.config
Classes in org.apache.felix.scr.impl.config that implement LogConfigurationModifier and TypeClassDescriptionclassTheScrConfigurationclass conveys configuration for the Felix DS implementation bundle. -
Uses of LogConfiguration in org.apache.felix.scr.impl.logger
Fields in org.apache.felix.scr.impl.logger declared as LogConfigurationModifier and TypeFieldDescriptionprivate final LogConfigurationLogManager.configprivate final LogConfigurationScrLogManager.configMethods in org.apache.felix.scr.impl.logger with parameters of type LogConfigurationModifier 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, useExtLogManagerConstructors in org.apache.felix.scr.impl.logger with parameters of type LogConfigurationModifierConstructorDescription(package private)ExtLogManager(org.osgi.framework.BundleContext context, LogConfiguration config) (package private)LogManager(org.osgi.framework.BundleContext context, LogConfiguration config) (package private)ScrLogManager(org.osgi.framework.BundleContext context, LogConfiguration config) -
Uses of LogConfiguration in org.apache.felix.scr.impl.manager
Subinterfaces of LogConfiguration in org.apache.felix.scr.impl.managerModifier and TypeInterfaceDescriptioninterfaceTheScrConfigurationclass conveys configuration for the Felix DS implementation bundle.