Excellent.
On 8/29/05, Ceki Gülcü <[EMAIL PROTECTED]> wrote:
>
> Dan.
>
> Are you aware of SLF4J API which already incorporates a similar approach?
>
> See for example the Logger class:
>
>http://www.slf4j.org/api/org/slf4j/Logger.html
>
> At 09:14
I have been recompiling log4j locally for years now to overload the
logging signature so I can take advantage of java.text.MessageFormat
and embed the isXXXEnabled check. Below I have detailed out what I am
doing but, I would like to know if it is something that could be
incorporated into the frame