1 Reply Latest reply on Jul 19, 2003 4:43 AM by jonlee

    I want to make System.out.println work

    gavinb

      I've managed to successfully use the jboss Logger (log4j) to log to the console in JBoss3.2.2. Currently I'm trying to perform logging in 3.0.2 and it will not work. So I want to go back to basics and get System.out.println to log to the Console window first. How do I make it happen ?

      Thanks.

      G

        • 1. Re: I want to make System.out.println work
          jonlee

          By default, the output is directed to the console as it is still the default error and output stream for the JVM. So unless you have redirected it, System.out.println will send output to the console, as of course will printStackTrace.