* @param context The <code>BundleContext</code> of this activator's bundle
*/
public void start( BundleContext context )
{
// register for log service events
logService = new ServiceTracker( context, NAME_LOG_SERVICE, null );
logService.open();
// register the MetaTypeService now, that we are ready
Dictionary props = new Hashtable();
props.put( Constants.SERVICE_PID, "org.apache.felix.metatype.MetaTypeService" );