Issue Type: New Feature New Feature
Affects Versions: 1.7.13
Assignee: SLF4J developers list
Components: Unspecified
Created: 31/May/15 9:26 AM
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.

Project: SLF4J
Priority: Minor Minor
Reporter: ouertani
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
slf4j-dev mailing list
slf4j-dev@qos.ch
http://mailman.qos.ch/mailman/listinfo/slf4j-dev

Reply via email to