0 Replies Latest reply on Nov 16, 2004 7:41 PM by infectedrhythms

    I would like to extend the JBoss logger

      I need to extend the JBoss logger to add my own XLevel and the appropriate methods to the logger I.e log.operations("something hapenned!");

      I would liek to create my own level since I would like to send E-mails in my applications on specific events not just errors.

      I have this working standalone in a test application.

      Can I just add my classes to the class path? And then import them in my JBoss apps?

      Thanks