2 Replies Latest reply on Jul 31, 2006 2:08 AM by jaikiran

    Jboss Logger

    ypasmk

      Can I configure jboss to use different log files for different log levels for my application. For example the info level to be logged in file myapp_info.log and the debug level in the myapp_debug.log so when I use log.info("some text") this entry goes to the myapp_info.log and accordingly for log.debug("some text")