Adaptor.prototype.log = function(id, cb) {
  this.devices.log(id, this._defCb(cb));
};