0 Replies Latest reply on May 9, 2011 3:04 PM by gulcher

    Add logging appenders runtime in JBOSS AS 6.0.0.FINAL

    gulcher

      I have some 20 similar hardware devices that communicates through a servlet deployed on JBOSS AS 6.0.0.FINAL. I wonder if it is possible to runtime append all logging for one particular hardware device in one file that keeps all logging for this device, so device1 --> device1.log, device2 --> device2.log, ..., deviceN --> deviceN.log. I would like to use the JBOSS logging for this, but I cannot find any documentation on how to add logging appenders from within Java code. I hope somebody can give me some advice or leads on this.