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

EventRecodingLogger debug logs as TRACE

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 2.0.0-alpha1, 1.7.27
    • 1.7.26
    • Core API
    • None

    Description

      In EventRecodingLogger, the decompiled code looks like this:

       

      public void debug(String msg) {
      this.recordEvent(Level.TRACE, msg, (Object[])null, (Throwable)null);
      }

      I recognize this might be an issue with the decompilier i'm using, but it seems unlikely. I might also be misunderstanding the code. But from what I can tell, I think it should be Level.DEBUG

      Attachments

        Activity

          People

            ceki Ceki Gülcü
            kugo2006 Kevin Goveia
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: