Package org.apache.felix.scr.impl.logger
Interface BundleLogger
- All Superinterfaces:
InternalLogger
- All Known Implementing Classes:
NoOpLogger
,ScrLogManager.ScrLoggerFacade
The
BundleLogger
defines a simple API to enable some logging on behalf of
an extended bundle. This avoids that all clients doing logging on behalf of
a component bundle need to pass in things like BundleContext
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.felix.scr.impl.logger.InternalLogger
InternalLogger.Level
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.apache.felix.scr.impl.logger.InternalLogger
isLogEnabled, log, log
-
Method Details
-
component
ComponentLogger component(org.osgi.framework.Bundle m_bundle, String implementationClassName, String name)
-