SLF4J / SLF4J-504 [Open]
Add methods with Supplier into Logger methods

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

Here's what changed in this issue in the last few minutes.
This issue has been created
This issue is now assigned to you.

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

==============================
 Issue created
------------------------------

Aleksey Tomin created this issue on 03/Dec/20 9:30 AM
Summary:              Add methods with Supplier into Logger methods
Issue Type:           Improvement
Assignee:             SLF4J developers list
Created:              03/Dec/20 9:30 AM
Labels:               logging
Priority:             Major
Reporter:             Aleksey Tomin
Description:
  In kotlin we want to use
  {{}}
  {code:java}
  logger.trace { "Message with $parameter" }{code}
  {{}}instead of
  {{}}
  {code:java}
  logger.trace("Message with {}", parameter){code}
  {{}}
  
   
  
  I suggest adding default method *Logger.trace* (debug, etc) with trivial 
implementations like https://github.com/qos-ch/slf4j/pull/253


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

_______________________________________________
slf4j-dev mailing list
slf4j-dev@qos.ch
http://mailman.qos.ch/mailman/listinfo/slf4j-dev

Reply via email to