Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

JSR 47 or apache commons

  Asked By: Kent    Date: Feb 18    Category: Java    Views: 811
  

I have to decide to use JSR 47 standard loging mechanism or apache
commons with different implementations (including JSR 47) it self.
has any body here exprienced both?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Isra Demir     Answered On: Feb 18

The jdk logging utilities are a bit too complicated for the simple
task. The apache  commons logging is an effort to give the end user a
choice between jdk or log4j logging. I don't think it would make any
difference for your customer. I prefer log4j which is simpler & widely
used.

 
Didn't find what you were looking for? Find more on JSR 47 or apache commons Or get search suggestion and latest updates.




Tagged: