Package org.apache.felix.scr.impl.logger
-
Interface Summary Interface Description BundleLogger TheBundleLogger
defines a simple API to enable some logging on behalf of an extended bundle.ComponentLogger TheComponentLogger
is the logger to be used to log on behalf of a component.InternalLogger Base interface for the different SCR Loggers.LogConfiguration This is used to deal with the log configuration.ScrLogger Logger used by SCR main code -
Class Summary Class Description ExtLogManager Implements an extension to the SCR log manager that uses logger names to create a hierarchy of loggers.LogManager NoOpLogger This is a dummy logger which is only used when the logging is not enabled at all.ScrLoggerFactory This is used to retrieve the appropriate logger instance based on a specific log configurationScrLogManager Implements a SCR based log manager. -
Enum Summary Enum Description InternalLogger.Level The level to log.