Please help!
[index.jsp]
Logger log = Logger.getLogger("index.jsp");
log.debug("this is debug");
log.info("this is info");
log.error("this is error");
[console output]
this is info
this is error
I tried playing with various tomcat settings, and also tried a
log.setLevel(Level._ALL) without justice.
Please help!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CTJUG Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/CTJUG-Forum
For the ctjug home page see http://www.ctjug.org.za
-~----------~----~----~----~------~----~------~--~---