Uses of Class
org.apache.felix.scr.impl.logger.AbstractLogger
-
Packages that use AbstractLogger Package Description org.apache.felix.scr.impl.logger -
-
Uses of AbstractLogger in org.apache.felix.scr.impl.logger
Subclasses of AbstractLogger in org.apache.felix.scr.impl.logger Modifier and Type Class Description class
BundleLogger
TheBundleLogger
defines a simple API to enable some logging on behalf of an extended bundle.class
ComponentLogger
TheComponentLogger
is the logger to be used to log on behalf of a component.class
ScrLogger
This is the "global" logger used by the implementation for all logging not directly related to an extended bundle (and its components)
-