Logger.prototype.info = function () {
        this.options.info(this._format(arguments));
    };