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

Add jdk 1.8 suppport

    XMLWordPrintable

Details

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 1.7.13
    • Unspecified
    • None

    Description

      https://github.com/qos-ch/slf4j/pull/70

      New separate module that enables :
      Call by name (or lazy evaluation) will be accessible using Supplier of String. The example below :

      logger.trace(() -> "trace msg "+echo()) ;
      echo method and String concatenation will only be evaluation if trace level is enabled.

      Attachments

        Activity

          People

            slf4j-dev SLF4J developers list
            ouertani ouertani
            Votes:
            22 Vote for this issue
            Watchers:
            13 Start watching this issue

            Dates

              Created:
              Updated: