[slf4j-dev] JDK 1.8 support

slim ouertani ouertani at gmail.com
Sun Nov 30 16:32:55 CET 2014


HI,

I added JDK 1.8  module for slf4j the purpose is to enable :

Call by name (or lazy evaluation) will be accessible using Supplier of
String.

The example below :

 logger.trace(()  -> "trace msg "+echo()) ;

note that echo method and String concatenation will only be evaluation if
trace level is enabled.


I also initiated the pull request : https://github.com/qos-ch/slf4j/pull/70



Tests are passing on Travis CI.



BR.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.qos.ch/pipermail/slf4j-dev/attachments/20141130/58947b3f/attachment.html>


More information about the slf4j-dev mailing list