Package org.apache.felix.scr.impl.logger
Class R6LogServiceLogger
java.lang.Object
org.apache.felix.scr.impl.logger.R6LogServiceLogger
- All Implemented Interfaces:
InternalLogger
This is a logger based on the R6 LogService.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
logService
private final org.osgi.service.log.LogService logService
-
-
Constructor Details
-
R6LogServiceLogger
public R6LogServiceLogger(org.osgi.service.log.LogService logService)
-
-
Method Details
-
isLogEnabled
public boolean isLogEnabled(int level) - Specified by:
isLogEnabled
in interfaceInternalLogger
-
checkScrConfig
public boolean checkScrConfig()- Specified by:
checkScrConfig
in interfaceInternalLogger
-
log
- Specified by:
log
in interfaceInternalLogger
-