Jar examples for a:android-logger
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
android-logger-1.3.5-javadoc.jar