2 Replies Latest reply on Jun 20, 2007 12:29 PM by matt.drees

    trace logging for log4j

    matt.drees

      Hi Gavin & team,

      Could you put http://jira.jboss.com/jira/browse/JBSEAM-1247 in 1.3? It should be dirt simple.

      Thanks
      -Matt

        • 1. Re: trace logging for log4j
          gavin.king

          OK, lets see how we go. I'm a bit concerned about old servers having old versions of log4j in them.

          • 2. Re: trace logging for log4j
            matt.drees

            Thanks.

            Though, you missed on spot, I think:

            Log4JProvider.java line 100

             public void trace(Object object, Throwable t)
             {
             logger.log( getFQCN(), Level.DEBUG, object, t);
             }
            




            By the way, sorry for the bad patch. I'll have to install command line cvs, apparently; I was just using Eclipse's patch wizard.