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

logging message and throwable into wrong log level when using debug

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.7.x
    • slf4j-android
    • None
    • Operating System: Mac OS X 10.3
      Platform: All

    Description

      AndroidLoggingAdapter.java [262-264]:
      public void debug(String msg, Throwable t)

      { log(Log.VERBOSE, msg, t); }

      Should probably be:
      public void debug(String msg, Throwable t)

      { log(Log.DEBUG, msg, t); }

      Attachments

        Activity

          People

            slf4j-dev SLF4J developers list
            kalle Kalle Kärkkäinen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: