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


package org.apache.felix.scr.impl.logger
  • Class
    Description
    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.
    Implements an extension to the SCR log manager that uses logger names to create a hierarchy of loggers.
    Base interface for the different SCR Loggers.
    The level to log.
    This is used to deal with the log configuration.
     
    This is a dummy logger which is only used when the logging is not enabled at all.
    Logger used by SCR main code
    This is used to retrieve the appropriate logger instance based on a specific log configuration
    Implements a SCR based log manager.