google/flogger

Documentation for flogger libraries

msohn opened this issue · 0 comments

msohn commented

Thanks for publishing the flogger libraries on Maven central
https://search.maven.org/#search%7Cga%7C1%7Ccom.google.flogger

Do you have documentation on which of these libraries contain which functionality ?

We are considering to migrate JGit from using slf4j API to flogger API and replace current usage
of log4 backend by using a flogger logging backend. I am not sure which of the flogger binaries
I would need to add as a dependency to JGit in order to achieve this goal.

The package javadocs are currently very generic and don't really help to answer this question.

-Matthias