Writing clean logging code using Java 8 lambdas | Gary Gregory
In this article, I will show you how to clean up your logging code using Apache Log4j 2.4 and Java 8 lambdas.
Log4j is a great logging framework, and the upcoming version — 2.4 — includes support for Java 8 lambdas. Lambda expressions are new to Java 8 and provide a simple and compact way to represent a method interface using an expression.
Read full article from Writing clean logging code using Java 8 lambdas | Gary Gregory
No comments:
Post a Comment