added logging

cusax-fix
Emil Ivov 20 years ago
parent 71cb466db5
commit b9e6e32b4e

@ -36,11 +36,13 @@ public void start(BundleContext bundleContext) throws Exception
{
logger.logEntry();
logger.debug("Service Impl: " + getClass().getName() + " [ STARTED ]");
bundleContext.registerService( ConfigurationService.class.getName(),
impl,
new java.util.Hashtable() );
logger.debug("Successfully registered " + getClass().getName());
logger.debug("Service Impl: " + getClass().getName() + " [REGISTERED]");
}
finally
{

Loading…
Cancel
Save