Details
-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
1.7.13
-
None
-
enhancement
Description
https://github.com/qos-ch/slf4j/pull/70
New separate module that enables :
Call by name (or lazy evaluation) will be accessible using Supplier of String. The example below :
logger.trace(() -> "trace msg "+echo()) ;
echo method and String concatenation will only be evaluation if trace level is enabled.
Attachments
Issue Links
- blocks
-
SLF4J-371 Support the lambda expression in the Logger
- Resolved