A Class for adapting common Android Loggers into the Apache Log interface.
You can include this into your project using gradle:
repositories {
maven {
url "https://jitpack.io"
}
}
dependencies {
compile 'com.github.InkApplications:android-logger:v2.0.0'
}