Hi Arun,I have gone through the documentation. Still Haven't clear few
things. When to use Apache Sling Logger Service and when to use Apache
Felix logs(org.osgi.service.log.Logger)? As per my understanding ,Apache
Sling Logger Service can be used for logging components(Sling models,
sling servlets, etc), as shownprotected final Logger log =
LoggerFactory.getLogger(this.getClass());log.info(" logging
configuration service");Apache Felix Log(org.osgi.service.log.Logger) -I
don't know when to use ...