> On May 24, 2016, at 1:49 PM, Aristedes Maniatis <a...@maniatis.org> wrote: > > Perfect. I've actually never used slf4j, but I think that log4j might be > easier to use and better documented.
See my other email. The difference between the two is that SLF is code-facing API that is easy to bridge to anything (including Log4J), and Log4J is an advanced logger implementation that is better kept away from the API. Andrus