A log4j-api-android jar is a terrible idea and confusing: Wouldn't the only difference with log4j-api be that the Java 9 optimization be absent? If so, that's a LOT of code duplication for no gain IMO. The KISS solution is a log4j-api-java9 jar with the Java 9-specific code, right now, just the one class.
Gary On Mon, Jul 10, 2017 at 1:25 PM, Mikael Ståldal <[email protected]> wrote: > Exactly. It would be better with a log4j-api that works on Android and > then a log4j-android module as an alternative to log4j-core. > > > > On 2017-07-10 14:33, Remko Popma wrote: > >> One problem with the log4j-api-android idea is that it doesn't cover other >> libraries that bring in a dependency to log4j-api. >> >
