/** @throws BundleException */
 public void stop(BundleContext context) throws BundleException {
   frameworkLogReg.unregister();
   perfLogReg.unregister();
   logServiceManager.stop(context);
 }