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.LogServiceEnabledLogger
-
- org.apache.felix.scr.impl.logger.ScrLogger
-
public class ScrLogger extends LogServiceEnabledLogger
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 inherited from class org.apache.felix.scr.impl.logger.LogServiceEnabledLogger
logServiceTracker, 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 (package private) InternalLogger
getDefaultLogger()
-
Methods inherited from class org.apache.felix.scr.impl.logger.LogServiceEnabledLogger
close, getLogger
-
Methods inherited from class org.apache.felix.scr.impl.logger.AbstractLogger
getBundleIdentifier, getConfiguration, getPrefix, isLogEnabled, log, log, setPrefix
-
-
-
-
Constructor Detail
-
ScrLogger
public ScrLogger(ScrConfiguration config, org.osgi.framework.BundleContext bundleContext)
-
-
Method Detail
-
getDefaultLogger
InternalLogger getDefaultLogger()
- Specified by:
getDefaultLogger
in classLogServiceEnabledLogger
-
-