Logging with Log4J in Android
Why logging with log4j in Android is problematic
Features
Provides
- logging in Android using log4j
- support for logging with slf4j in Android using log4j
- a LogCatAppender for log4j, which logs to LogCat
- a log4j configuration facade class for convenient Log4J configuration
- no modified log4j.jar is needed
Maven support
For users using Maven for Android
<dependency>
<groupId>de.mindpipe.android</groupId>
<artifactId>android-logging-log4j</artifactId>
<version>1.0.3</version>
</dependency>