Download android-logger-1.0.10.jar file - Jar a

Jar examples for a:android-logger

Description

Useful logger for Android based on standard android.util.Log class. Simple lightweight (< 50 Kb) implementation of SLF4J API. Easy but powerful configuration via properties file and some additional helpful logging methods. Easy analogue of popular log4j library.

You can download jar file android-logger 1.0.10 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add android-logger-1.0.10.jar to your project.

<dependency>
   <groupId>com.aranea-apps.android.libs</groupId>
   <artifactId>android-logger</artifactId>
   <version>1.0.10</version>
</dependency>
compile group: 'com.aranea-apps.android.libs', name: 'android-logger', version: '1.0.10'
libraryDependencies += "com.aranea-apps.android.libs" % "android-logger" % "1.0.10"
<dependency org="com.aranea-apps.android.libs" name="android-logger" rev="1.0.10"/>
@Grapes(@Grab(group='com.aranea-apps.android.libs', module='android-logger', version='1.0.10'))
'com.aranea-apps.android.libs:android-logger:jar:1.0.10'

Download

Click the following link to download the jar file.

android-logger-1.0.10-javadoc.jar
android-logger-1.0.10-sources.jar
android-logger-1.0.10.jar
android-logger-1.0.10.pom



Related Tutorials