Download android-logger-1.3.5.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.3.5 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials