[slf4j-dev] [JIRA] Updates for SLF4J-526: Idea for fluent API improvement

QOS.CH (JIRA) noreply-jira at qos.ch
Wed Feb 2 13:22:00 CET 2022


SLF4J / SLF4J-526 [Open]
Idea for fluent API improvement

==============================

Here's what changed in this issue in the last few minutes.

There is 1 comment.

View or comment on issue using this link
https://jira.qos.ch/browse/SLF4J-526

==============================
 1 comment
------------------------------

Adrian Shum on 02/Feb/22 1:07 PM
@pedrolamarao 

Not too familiar with Groovy but if you can slightly enhance atDebug etc in Groovy by setting the delegate of the closure to the builder, it will look even better:


{code:java}
logger.atDebug {
    message("....")
    arg("...")
    arg("...")
}
{code}



==============================
 This message was sent by Atlassian Jira (v8.8.0#808000-sha1:e2c7e59)



More information about the slf4j-dev mailing list