a

android-logging-log4j

Logging with log4j in Android. Provides log4j configuration facade class and a LogCat appender.
http://code.google.com/p/android-logging-log4j/
Apache License 2.0
Rolf Kulemann Pascal Bockhorn
Files download
File Operation
android-logging-log4j-1.0.3.jar download
android-logging-log4j-1.0.3.pom download
android-logging-log4j-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>de.mindpipe.android</groupId>
  <artifactId>android-logging-log4j</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'de.mindpipe.android:android-logging-log4j:1.0.3'
Gradle Kotlin
implementation("de.mindpipe.android:android-logging-log4j:1.0.3")
Scala SBT
libraryDependencies += "de.mindpipe.android" % "android-logging-log4j" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='de.mindpipe.android', module='android-logging-log4j', version='1.0.3')
)
Apache Ivy
<dependency org="de.mindpipe.android" name="android-logging-log4j" rev="1.0.3" />
Leiningen
[de.mindpipe.android/android-logging-log4j "1.0.3"]
Apache Buildr
'de.mindpipe.android:android-logging-log4j:jar:1.0.3'