On Fri, 2005-07-01 at 16:13 -0700, Mark Womack wrote:
> This all seems sane to me.  JCL will provide a way (eventually) to choose
> between the Log4j12Logger and the future Log4j13Logger?  There is a request
> to add a method of determining the log4j version which we will be
> implementing for the 1.3 version.  I'm sure that will help.

The JCl code tests for version by checking:
  Priority.class.isAssignableFrom(Level.class)

As long as this isn't true in 1.3 everything is fine. Note that it's
also fine for the Priority class to be missing; NoClassDefFound for this
expression also is taken as not-1.2 :-)

Regards,

Simon


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to