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