1 Reply Latest reply on May 4, 2010 5:46 AM by jaikiran

    Log info, debug, error not work

    dimitarn

      I have logger ( org.apache.log4j.Logger; or org.jboss.logging.Logger)

      private static final Logger log = Logger.getLogger(NAME);

       

      In ejb classes anotated with statless or statful it works but in normal classes that are not ejbs it does not log anything

      I use the default jboss-log configuration. Whan am i doing wrong?