Larner, Ross S wrote on Friday, June 10, 2005 6:49 PM: > J�rg, > You are correct - the problem appears to be that SimpleLog is > outputting to stderr, not stdout as System.out.println does. > Is there another logging implementation that outputs to > stdout instead?
You can utilize Log4J very easily to print log messages for different log levels to different streams. Commpns-Logging will use Log4J anyway if it is withing the classpath. - J�rg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
