Re: Wanted: Help finding documentation

2009-08-05 Thread Jacob Kjome
Have you tried a search engine?  Seriously, there are lots of tutorials out there on using Log4j. As for the config files, Log4j will auto-configure itself if you place log4j.properties or log4j.xml in the default package, i.e, no package. As far as changing the configuration at runtime, you

Re: Wanted: Help finding documentation

2009-08-05 Thread Alexander
Hi, Everything could be done with log4j.properties. Configuration could be changed in runtime. Log4j have limited site documentation. Complete documentation available in book. Find this book http://www.amazon.com/Complete-Log4j-Manual-Ceki-Gulcu/dp/2970036908 [?]

Wanted: Help finding documentation

2009-08-05 Thread siegfried
Can someone kindly provide me with the URL that explains how I can enhance my program below to 1. Turn on and off various levels of logging (eg: turn on info logging but turn off debug logging) 2. Display the logs somewhere besides standard output? I have read http://logging.apache.o