Uploaded image for project: 'JBoss Log Manager'
  1. JBoss Log Manager
  2. LOGMGR-16

JDK loggign isLoggable(Level.FINEST) returns false with Log4J backend

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.1.0.GA
    • None
    • core
    • None
    • Low

      I have code using JDK logging like:

      if (LOG.isLoggable(Level.FINEST)) {
      LOG.finest("added into list: " + something);
      }

      I have no log. When I use just

      LOG.finest("added into list: " + something);

      I got a log in the log file.

      I use JBoss with Log4J. It is configured to log ALL stuff.

              dlloyd@redhat.com David Lloyd
              xmedeko Ondrej Medek (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: