Michael Peters <[EMAIL PROTECTED]> writes: > I was just wondering what other people are doing to get their > Inline::Java code that runs under mod_perl to log errors/info/debug to > their apache error log. I have to admit that I'm rather new to Java so > I'm just using System.err.println().
Hi Michael, Look at Log4J, it is an apache project that makes logging *much* more flexible. Cheers, jas.