• 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 utility....

 
Ranch Hand
Posts: 269
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://ivjlogger.sourceforge.net
I was looking for a good logger...
I wasn't satisfied with default servlet's logger, cause it's hard to read, you don't always know where it all goes and how it works... and you can really customize it...
There's log4j.. but have you ever tried using that? I takes forever to do all the external files.. not speaking of initialization and cleanup...
I found this sf project: http://ivjlogger.sourceforge.net
And it turned out to be just what I needed:
- Simple (1 line of initialization) 1 line to use
- Easy-to-use (see #1)
- Automatic MONTHLY and YEARLY archivation of old logs
- Powerful (quite amazing performance)
- Multi-threaded (runs in background with min priority threads)
- VERY simple design (so easy to extend)
- GOOD-LOOKING (HTML files & stuff)
So see the page & try it out... definitely recommended.
 
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
moderators, this belongs in the blatant plug forum...
what else is "ivj" if not "IVan Jouikov"
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The 'Author' on the page confirms it too.
Request granted!
Moving this to BA, please go to that forum to discuss.
thanks,
Dave.
reply
    Bookmark Topic Watch Topic
  • New Topic