[ https://issues.apache.org/jira/browse/BOOKKEEPER-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16005440#comment-16005440 ]
ASF GitHub Bot commented on BOOKKEEPER-1059: -------------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/bookkeeper/pull/147 > Upgrade to SLF4J-1.7.25 > ----------------------- > > Key: BOOKKEEPER-1059 > URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1059 > Project: Bookkeeper > Issue Type: Task > Reporter: Matteo Merli > Assignee: Matteo Merli > Priority: Minor > Fix For: 4.5.0 > > > 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: > {code:java} > log.info("msg: {} {} {}", new Object[] {x, y, x}); > // versus > log.info("msg: {} {} {}", x, y, x); > {code} > SLF4J 1.7 has been around since 2012. -- This message was sent by Atlassian JIRA (v6.3.15#6346)