using log4j in jsp

2002-07-04 Thread Denis McCarthy
Hi, I'm using log4j as my logger in a web application. This is all well and good for my back end (control ,business and data access tiers) but I'm stumped about what the best approach is to using log4j in my front end (jsp pages). Has anyone out there used log4j in jsp pages, and if so what if an

RE: HTML - my own html

2002-07-04 Thread Thomas Muller
Robert, A glimpse at the sourcecode reveals that the HTMLAppender mercilessly converts the brackets. sbuf.append( Transform.escapeTags( event.getRenderedMessage() ) ); Inserting HTML code in the log message strikes me as a bad idea in the first place, actually, log messages should gener

View log files

2002-07-04 Thread Reddy Uma Shankar
Hello all, Am very new to Log4j. Trying to edit log files using Log4j. I believe Log4j component creates logfiles. Can any body advice me how to view or edit existing log files using Log4j. Thanks in advance UmaSankar Narreddy ===