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 TypeClassDescriptionclass
TheScrConfiguration
class 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 LogConfiguration
LogManager.config
private final LogConfiguration
ScrLogManager.config
Methods in org.apache.felix.scr.impl.logger with parameters of type LogConfigurationModifier and TypeMethodDescriptionstatic 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
Constructors 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 TypeInterfaceDescriptioninterface
TheScrConfiguration
class conveys configuration for the Felix DS implementation bundle.