You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Gary Gregory <ga...@gmail.com> on 2016/08/17 21:32:21 UTC

Fwd: failure notice

[Re-sending, got a mailer error]

>
> +    /**
> +     * Write an XML configuration from this builder.
> +     *
> +     * @return  XML configuration
> +     */
> +    String writeXmlConfiguration();
>

IMO this should be called "toXmlConfiguration", you like "toThis",
"toThat", for example "toString()".

Gary