How to write to Tomcat log files
- by Ankur
What is the easiest way to print out something in a Tomcat Log file.
I was under the impression that System.out.println() would print to one of the log files.
I just want to print out the value of a string, so the simplest solution would be best. If there is no simple/trivial solution I guess I will use Log4J