Download logger-1.5.0.jar file - Jar l

Jar examples for l:logger

Description

Flexible library for printing log, anr log and crash log into external files, console or anything on Android devices without root privilege

You can download jar file logger 1.5.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

logger-1.5.0-javadoc.jar
logger-1.5.0-sources.jar
logger-1.5.0.jar
logger-1.5.0.pom



Related Tutorials