Package org.apache.felix.scr.impl.logger
Interface ComponentLogger
-
- All Superinterfaces:
InternalLogger
- All Known Implementing Classes:
NoOpLogger
,ScrLogManager.ScrLoggerFacade
public interface ComponentLogger extends InternalLogger
TheComponentLogger
is the logger to be used to log on behalf of a component. This avoids avoids that all clients doing logging on behalf of a component need to pass in things likeComponentMetadata
or the component Id.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.felix.scr.impl.logger.InternalLogger
InternalLogger.Level
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setComponentId(long m_componentId)
-
Methods inherited from interface org.apache.felix.scr.impl.logger.InternalLogger
isLogEnabled, log, log
-
-