warn () {
        var args = this._processTerrorArgument(arguments);
        return this._logger.warn.apply(this._logger, args);
    }