0 Replies Latest reply on Aug 6, 2010 7:39 AM by jbulck

    Logging in JBoss AS 6 - Documentation & Source Code

    jbulck

      As from JBoss AS 6, logging is configured by `jboss-logging.xml`.

      The FILE appender has following pattern:

       

          <pattern-formatter pattern="%d %-5p [%c] (%t:%x) %s%E%n"/>

       

      I'm wondering what the %s%E tokens stand for.   And which other patterns are supported.  It looks similar to Log4J, but it is not fully the same.

       

      => 2 Questions:

       

      • Is there any documentation available yet?

      • Can somebody point to the source code of the JBoss AS6 logging subsystem?

       

      Thank you!

      J.