This project is a benchmark for several Java logging libraries. It is using JMH to measure the performance of the different logging libraries. The goal of the project is to help people that work on ...
Java 7 introduced the Method Handles with the java.lang.invoke.MethodHandle and java.lang.invoke.MethodHandles classes. The Well-Grounded Java Developer (which I have previously reviewed) covers ...
This project provides utilities to easily log data using Splunk's recommended best practices to any supported logger, using any of the three major Java logging ...
Groovy 1.8 was recently released with a long list of new features. I focus on one of these new features, logger injection via new AST Transformations, in this post. Groovy 1.8 provides AST ...