*/
public Object addingService(ServiceReference ref) {
// get the service based upon the reference, and return it
// make sure the real Log will be used, and all events in the
// cache are being flushed to the real Log.
Log externalLog = (Log) m_context.getService(ref);
m_proxy.setLog(externalLog);
return externalLog;
}