[JIRA] SLF4J-504: New methods for Kotlin (scala?) developers.

3 Dec
2020
3 Dec
'20
8:45 a.m.
Hi for all What do you think about new methods in Logger interface for kotlin/scala developers? We want to use logger.trace { "Message with $parameter" } instead of logger.trace("Message with {}", parameter) It will be allowed when methods like default void trace(Supplier<String> msgSupplier) { if (isTraceEnabled()) { trace(msgSupplier.get()); } } will be added info org.slf4j.Logger interface. I've done the first part of this in https://github.com/qos-ch/slf4j/pull/253 and I will to done all of this if someone want to review.
1765
Age (days ago)
1765
Last active (days ago)
0 comments
1 participants
participants (1)
-
Aleksey Tomin