@Override
 public void log(RequestRemoteInterface request, ResponseRemoteInterface response, long time)
     throws RemoteException, RemoteException {
   for (AccessLog log : logs) {
     log.log(request, response, time);
   }
 }