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