• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Logging API

 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

we�re just about to start coding for a new project, and we�re going to use the most recent versions of JBoss, Hibernate, Tapestry, JDK. As so we�re going to use JDK1.5. I�m now thinking about wich log API to use. I�ve already used log4j but since JDK since v1.4 has it�s own log api, I�m considering using the standard one. Has anyone ever used jdk1.4/1.5 log api to build quality production software?
I�d like to hear from you about using j2sdk logging api.

tx in advance,
Marcos Maia.
 
Ranch Hand
Posts: 166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Personally I still prefer log4j. There are more formatters to write you log messages to such as directly to an html table. Other than that I see no differences in either one still.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic