Uploaded image for project: 'Bookkeeper'
  1. Bookkeeper
  2. BOOKKEEPER-1059

Upgrade to SLF4J-1.7.25

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 4.5.0
    • None
    • None

    Description

      BookKeeper is currently using SLF4J 1.6.4. By upgrading to 1.7x, the most visible change would be to be able to pass a variable number of arguments without needing to wrap them into a:

      log.info("msg: {} {} {}", new Object[] {x, y, x});
      // versus
      log.info("msg: {} {} {}", x, y, x);
      

      SLF4J 1.7 has been around since 2012.

      Attachments

        Issue Links

          Activity

            People

              mmerli Matteo Merli
              mmerli Matteo Merli
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: