I have forked slf4j-android, you can find the fork here: https://github.com/mvysny/slf4j-handroid Basically, you can simply call this line in your Android app, to get debug messages to appear during the development, and not to appear when the app is released: {{HandroidLoggerAdapter.DEBUG = BuildConfig.DEBUG; }}
|