package dustin.examples; import java.util.logging.Logger; import static java.lang.System.out; public class FickleLogging { private static Logger LOGGER = Logger ...
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 ...
An end-to-end logging ecosystem built in Java that features a high-throughput async logging framework, a Spring Boot log aggregation server, and an intelligent debugging suite powered by Groq. The ...