> Is there anyway to output simple debugging info to a console or
> something?  I need something that is consistant between my struts
> components and the beans and stuff that contain all of my business
> logic.

I'll probably get yelled at for this, but I just use
System.err.println() and it works fine with Tomcat.

Devon

Reply via email to