Log.prototype.error = function(){
  if(/ERROR|ALL/i.test(level()))
    log(this.prefix, 'ERROR', slice(arguments));
};