Re: logger.log



dennishancy@xxxxxxxxx schrieb:

> Is there an easier way to debug java code?

Use an IDE that allows you to set breakpoints, step by step execution and
inspection of all variables during runtime. I have done this with Eclipse
and several java servers (Tomcat, JBoss, Jetty).

Jan
.