> On Jul 9, 2017, at 1:29 PM, Matt Sicker <[email protected]> wrote: > > Suppose we have an Android-specific api jar. Then when an Android developer > gets log4j-api transitively, what now? I don't see normal libraries using > log4j-api-android or something instead of the standard one.
This would be an android specific build, so they can exclude log4j-api and include log4j-api-android instead. That isn’t much different than what people have to do to use SLF4J’s commons-logging bridge. Ralph
