Uses of Interface
org.apache.felix.scr.impl.logger.LogConfiguration
-
Packages that use LogConfiguration Package Description org.apache.felix.scr.impl.config org.apache.felix.scr.impl.logger org.apache.felix.scr.impl.manager -
-
Uses of LogConfiguration in org.apache.felix.scr.impl.config
Classes in org.apache.felix.scr.impl.config that implement LogConfiguration Modifier and Type Class Description class
ScrConfigurationImpl
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 LogConfiguration Modifier and Type Field Description private LogConfiguration
LogManager. config
private LogConfiguration
ScrLogManager. config
Methods in org.apache.felix.scr.impl.logger with parameters of type LogConfiguration 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
Constructors in org.apache.felix.scr.impl.logger with parameters of type LogConfiguration Constructor Description ExtLogManager(org.osgi.framework.BundleContext context, LogConfiguration config)
LogManager(org.osgi.framework.BundleContext context, LogConfiguration config)
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.manager Modifier and Type Interface Description interface
ScrConfiguration
TheScrConfiguration
class conveys configuration for the Felix DS implementation bundle.
-