9 Replies Latest reply on Jul 5, 2004 4:28 AM by kabirkhan

    Simple, customized logging in JBoss

    shanghai_star

      Hi,
      I have a simple question regarding logging in JBoss: how can I configure the JBoss (possibly using log4j.xml file or some other things??) so that the set of Java classes that is deployed on the JBoss server (in a .war folder) can log into a specific file, and ONLY those Java classes can log into the file? I don't want the minute details of what's happening in JBoss (as is by default logging settings), but only the debug messages coming out of my Java classes that's deployed.

      Thanks!