Skip to content

A simple logging API for android which provides various logging tools.

Notifications You must be signed in to change notification settings

javidesmaeeli/DroidLog

Repository files navigation

Download

DroidLog

A simple logging API for android which provides various tools.

Add DriodLog to project

You need to make sure you have the JCenter repository included in the build.gradle file in the root of your project:

repositories {
    ...
    jcenter()
}

Next add a dependency in the build.gradle file of your app module.

implementation 'org.esmaeeli.droid:log:1.x.x'

About

A simple logging API for android which provides various logging tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages