2 Replies Latest reply on May 18, 2011 3:34 AM by jaikiran

    JBoss logging -> log4j integration

    nickarls

      Hi,

       

        I have a custom logger and noticed that if I have a JBoss logging call

       

      logger.infof("Hello %s", name);

       

      it's interpolated correctly in console but when I do event.getMessage() in my Log4j appender, I get the uninterpolated "Hello %s". I thought it should be merged down to a single string at that point?