Matteo Merli created BOOKKEEPER-1059:
----------------------------------------
Summary: 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)