1 Reply Latest reply on Aug 31, 2005 5:00 AM by darranl

    How to log to the Console?

    jarrodhroberson

      I am trying to do some simple debugging, and don't want to fool with a dedicated log file, is there a simple way I can get a reference to the CONSOLE logger and just write a couple of messages there?

        • 1. Re: How to log to the Console?
          darranl

          Using log4j if you log your messages as info they should be displayed on the console, alternatively log as debug and they should be captured in the existing log file {jboss.home}/server/default/log/server.log.