SLF4J / SLF4J-490 [Closed]
Better combination for logging and exceptions

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

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-490

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

Norbert Kiesel on 30/Jun/21 11:27 PM
Fair enough.  My motivations came from encouraging my developers to use the 
`{}` approach.  Too often, they use

```java

logger.error(String.format("Param %s must be in "[%s-%s]", name, low, high));

```

Thus, it would be nice to have an unified template mechanism for both logging 
and exceptions


==============================
 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