Package org.apache.felix.scr.impl.logger
Class ScrLogger
- java.lang.Object
-
- org.apache.felix.scr.impl.logger.AbstractLogger
-
- org.apache.felix.scr.impl.logger.ScrLogger
-
public class ScrLogger extends AbstractLogger
This is the "global" logger used by the implementation for all logging not directly related to an extended bundle (and its components)
-
-
Field Summary
Fields Modifier and Type Field Description protected org.osgi.util.tracker.ServiceTracker<Object,Object>
logServiceTracker
protected int
trackingCount
-
Constructor Summary
Constructors Constructor Description ScrLogger(ScrConfiguration config, org.osgi.framework.BundleContext bundleContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
Close the logger-
Methods inherited from class org.apache.felix.scr.impl.logger.AbstractLogger
isLogEnabled, log, log
-
-
-
-
Constructor Detail
-
ScrLogger
public ScrLogger(ScrConfiguration config, org.osgi.framework.BundleContext bundleContext)
-
-