Questions tagged [slf4android]
2 questions
5
votes
3 answers
Reading file logged via slf4android?
I'm writing logs using slf4android (https://github.com/bright/slf4android) but it is not obvious how to read them (ideally I would just like to download them to my computer). The internal storage of the app is not accessible to other apps. Can I…

Mattias Petter Johansson
- 1,064
- 1
- 15
- 32
3
votes
2 answers
Android studio Gradle DSL method not found: compile() while adding slf4android dependency
I'm trying to use slf4android dependency from https://github.com/bright/slf4android but having problem with gradle sync.
Build.gardle (Project)
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
…

Vinod Sharma
- 883
- 6
- 13