Download android-logger-1.0.0.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.0 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.0.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials