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
This is the "global" logger used by the implementation for all logging
not directly related to an extended bundle (and its components)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
-
Constructor Summary
ConstructorsConstructorDescriptionScrLogger
(ScrConfiguration config, org.osgi.framework.BundleContext bundleContext) -
Method Summary
Methods inherited from class org.apache.felix.scr.impl.logger.AbstractLogger
isLogEnabled, log, log
-
Field Details
-
logServiceTracker
-
trackingCount
protected volatile int trackingCount
-
-
Constructor Details
-
ScrLogger
-
-
Method Details
-
close
public void close()Close the logger
-