error: function () {
    var buffer = this._buffer || "";
    buffer += util.format.apply(util, Array.prototype.slice.call(arguments)) + '\n';
    this._buffer = buffer;
  },