2 Replies Latest reply on Jul 22, 2004 7:55 AM by tomerbd

    Increasing log4j categories level

      In log4j.xml I see


      <!-- ================ -->
      <!-- Limit categories -->
      <!-- ================ -->


      is there a possibility to increase some categories level ?
      something like


      <category name="someclass">
      <priority value="DEBUG"/>
      </category>


      while the rest will still be in INFO level?

      (I tried it for a class of mine and it didnt work I have initialized my logger like this: )

      public static Logger _log = Logger.getLogger("someclass");