On Saturday, July 28, 2001, at 12:13 PM, Vincent Massol wrote:
> ----- Original Message -----
> From: "robert burrell donkin" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, July 28, 2001 11:55 AM
> Subject: Re: [httpclient] logging and testing changes
<snip>
> Isn't this exactly what JSR 47 is about ?
> (http://jcp.org/jsr/detail/47.jsp)
>
> So I am +1 for this project but on the condition that it implements JSR 47
> (see
> http://java.sun.com/j2se/1.4/docs/api/java/util/logging/package-
> summary.html
> for the javadoc), in the same fashion that jakarta-servletapi implements
> the
> Servlet API ! This is because java.util.logging is included in the JDK 1.
> 4
> but we need a solution that will also work for JDK 1.1, 1.2, 1.3 ... I
> don't
> know if JSR 47 is going to be also available as a separate jar (like the
> Collection classes were available separately for JDK 1.1 users) ? If the
> answer is yes, then this micro-logger project should rather be about
> implementing adapter classes to support Log4j, LogKit, ... as SPI
> implementations of the JSR 47 (unless it is also already done by Log4j
> itself - I have not followed the Log4j forum so I don't know anything
> except
> that Log4j was against the JSR 47).
>
unfortunately, JSR 47 seems to be incompatible with log4j (and probably
logkit too) :(
enforce use of JSR 47 and you solve nothing in terms of people wanting to
use log4j or logkit or whatever.
also JSR 47 is reasonably big (and possibly backward incompatible) and
then you get all those dependency arguments.
i was proposing a *very small* project which could be have a JSR 47
adapter but wouldn't be tied to any particular logging system.
- robert