Uploaded image for project: 'SLF4J'
  1. SLF4J
  2. SLF4J-44

slf4j-log4j12 version 1.4.0: trace logs in DEBUG level

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • None
    • None
    • Implementations
    • None
    • Operating System: Linux
      Platform: PC

    Description

      The method public void trace(String msg) calls the underlying log4j logger with level DEBUG.

      The problem is in org.slf4j.impl.Log4jLoggerAdapter line 90.

      85 : /**
      86 : * Log a message object at level TRACE.
      87 : * @param msg - the message object to be logged
      88 : */
      89 : public void trace(String msg)

      { 90 : logger.log(FQCN, Level.DEBUG, msg, null); 91 : }

      Attachments

        Activity

          People

            slf4j-dev SLF4J developers list
            heinrich.nirschl@gmail.com Heinrich Nirschl
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: