• 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

log4j -best way to log to databse (or where is db.DBAppender if that's the best way)?

 
Ranch Hand
Posts: 241
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
What is the best way to log to database with log4j. I went to jdbcappender but it seems to be bad (they are going to rewrite it).
So I went for org.apache.log4j.db.DBAppender but where is it? I downloaded the log4j jar but it's not there.
If this is the best way now then where is org.apache.log4j.db.DBAppender?
If not then what is the best way? Tutorial?

Thanks,
John
[ October 16, 2008: Message edited by: John Landon ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic