Re: Success at Apache blog post about Log4j 2

2018-10-02 Thread Remko Popma
Nice work, Mikael! Remko (Shameless plug) Every java main() method deserves http://picocli.info > On Oct 3, 2018, at 7:57, Mikael Ståldal wrote: > > https://blogs.apache.org/foundation/entry/success-at-apache-carrying-forward

Success at Apache blog post about Log4j 2

2018-10-02 Thread Mikael Ståldal
https://blogs.apache.org/foundation/entry/success-at-apache-carrying-forward

Comparing logging with other programming languages

2018-10-02 Thread Matt Sicker
I know we're one of the canonical APIs for Java logging, but how much have you ever taken a look at other languages' popular frameworks? For example, here is one for Golang: https://github.com/Sirupsen/logrus Might find something interesting to adopt. -- Matt Sicker