| AbstractLogger |
This is a common base for all loggers
|
| BundleLogger |
The BundleLogger defines a simple API to enable some logging on behalf of
an extended bundle.
|
| ComponentLogger |
The ComponentLogger is the logger to be used to log on behalf of a component.
|
| LogServiceEnabledLogger |
This abstract class adds support for using a LogService
(or LoggerFactory for R7+).
|
| LogServiceSupport |
This is a logger based on the LogService.
|
| R6LogServiceLogger |
This is a logger based on the R6 LogService.
|
| R7LogServiceLogger |
This is a logger based on the R7 LogService/LoggerFactory
|
| ScrLogger |
This is the "global" logger used by the implementation for all logging
not directly related to an extended bundle (and its components)
|
| StdOutLogger |
This logger logs to std out / err
|