Logger.prototype.info = function() {
    this._log(LOG_LEVELS.INFO, [].slice.call(arguments));
};