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