Questions tagged [slf4j-android]
4 questions
1
vote
2 answers
SLF4J Android 1.7.+ not logging on Logcat
In my build.gradle , the logcat is visible when
debugCompile 'org.slf4j:slf4j-android:1.6.1-RC1'
However when the version is updated , there is logcat
debugCompile 'org.slf4j:slf4j-android:1.7.14'
I am stuck with 1.6.1-RC1 version. Why the newer…

Raymond Chenon
- 11,482
- 15
- 77
- 110
0
votes
1 answer
SLF4J logging in non Android modules of an Android application
I use Log4J in a module of my Android application, which has to be Android agnostic, therefore I decided to use SLF4J Android implementation. But the problem is how to correctly configure the dependencies, so that the build will be successful, and I…

Vic
- 1,778
- 3
- 19
- 37
0
votes
1 answer
centralizing logging from many locations
I'm trying to find best practice to centralizing logging from many locations -server, android devices.
Current my logging condition is as below.
log4net - ASP.NET IIS
it saves warning, error log to it's IIS Server local storage.
When it needed,…

sungyong
- 2,267
- 8
- 38
- 66
0
votes
1 answer
Could not find method excpetion / NoClassDefFoundError (for external library) BUT not on all devices
I'm getting an exception like following:
07-26 10:17:25.991 I/dalvikvm(20751): Could not find method org.slf4j.LoggerFactory.getILoggerFactory, referenced from method com.app.androknife2.utils.L.init
07-26 10:17:25.991 W/dalvikvm(20751): VFY: unable…

prom85
- 16,896
- 17
- 122
- 242