[ 
http://issues.apache.org/jira/browse/IBATIS-134?page=comments#action_66772 ]
     
Sven Boden commented on IBATIS-134:
-----------------------------------

Unless it would be a very very simple logging framework I don't think it would 
help very much to "source in" a logging package in iBatis.

I would be for replacing "commons logging" by the log4j UGLI interface which is 
part of log4j as of version 1.3. I've been bitten too many times by commons 
logging class loader problems.

Pro UGLI:
http://logging.apache.org/log4j/docs/ugli.html

Against commons logging:
http://www.qos.ch/logging/thinkAgain.jsp
http://www.qos.ch/logging/classloader.jsp

Regards,
Sven

> remove commons-logging dependency
> ---------------------------------
>
>          Key: IBATIS-134
>          URL: http://issues.apache.org/jira/browse/IBATIS-134
>      Project: iBatis for Java
>         Type: Improvement
>     Versions: 2.1.1
>     Reporter: Brandon Goodin
>     Priority: Minor
>      Fix For: 2.1.1

>
> Remove Commons Logging dependency and replace with internal version. The 
> commons logging is so simple that it would be better to reduce dependencies 
> by removing it and providing the same functionality within the internals of 
> ibatis. the ibatis internal version could simply look for different logging 
> implementations at runtime in a similar manner as commons logging. The 
> overall goal would be to make logging setup easier in ibatis and reduce our 
> dependencies to zero.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to