Download android-logging-log4j-1.0.3.jar file - Jar a

Jar examples for a:android-logging-log4j

Description

Logging with log4j in Android. Provides log4j configuration facade class and a LogCat appender.

You can download jar file android-logging-log4j 1.0.3 in this page.

License

Apache License 2.0

Build File

You can use the following script to add android-logging-log4j-1.0.3.jar to your project.

<dependency>
   <groupId>de.mindpipe.android</groupId>
   <artifactId>android-logging-log4j</artifactId>
   <version>1.0.3</version>
</dependency>
compile group: 'de.mindpipe.android', name: 'android-logging-log4j', version: '1.0.3'
libraryDependencies += "de.mindpipe.android" % "android-logging-log4j" % "1.0.3"
<dependency org="de.mindpipe.android" name="android-logging-log4j" rev="1.0.3"/>
@Grapes(@Grab(group='de.mindpipe.android', module='android-logging-log4j', version='1.0.3'))
'de.mindpipe.android:android-logging-log4j:jar:1.0.3'

Download

Click the following link to download the jar file.

android-logging-log4j-1.0.3-javadoc.jar
android-logging-log4j-1.0.3-sources.jar
android-logging-log4j-1.0.3.jar
android-logging-log4j-1.0.3.pom



Related Tutorials