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
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
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
===