Package org.apache.felix.scr.impl.logger


package org.apache.felix.scr.impl.logger
  • Class
    Description
    This is a common base for all loggers
    The BundleLogger defines a simple API to enable some logging on behalf of an extended bundle.
    The ComponentLogger is the logger to be used to log on behalf of a component.
     
    This abstract class adds support for using a LogService (or LoggerFactory for R7+).
    This is a logger based on the LogService.
    This is a logger based on the R6 LogService.
    This is a logger based on the R7 LogService/LoggerFactory
    This is the "global" logger used by the implementation for all logging not directly related to an extended bundle (and its components)
    This logger logs to std out / err