Package | Description |
---|---|
org.apache.felix.scr.impl.logger |
Modifier and Type | Class and Description |
---|---|
class |
BundleLogger
The
BundleLogger defines a simple API to enable some logging on behalf of
an extended bundle. |
class |
ComponentLogger
The
ComponentLogger is the logger to be used to log on behalf of a component. |
(package private) class |
LogServiceEnabledLogger
This abstract class adds support for using a LogService
(or LoggerFactory for R7+).
|
class |
ScrLogger
This is the "global" logger used by the implementation for all logging
not directly related to an extended bundle (and its components)
|