Uploaded image for project: 'logback'
  1. logback
  2. LOGBACK-28

Invalid log levels for Logger interface from SLF4J in logback doc

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • None
    • logback-site
    • None

    Description

      On the page http://logback.qos.ch/manual/architecture.html there the section describing SLF4J Logger API:

      package org.slf4j;
      public interface Logger {

      // Printing methods:
      public void debug(String message);
      public void info(String message);
      public void warn(String message);
      public void error(String message);
      public void fatal(String message);
      }

      As you see, the method names are invalid: there is no "fatal" level in SLF4J. Also "trace" is missing.

      Attachments

        Activity

          People

            logback-dev Logback dev list
            grzegorz.borkowski Grzegorz Borkowski
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: