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