
[ https://jira.qos.ch/browse/SLF4J-300?page=com.atlassian.jira.plugin.system.i... ] Lee Griffiths commented on SLF4J-300: ------------------------------------- Note, the description is out of date: # The link has changed to [https://github.com/nomis/slf4j-android] # issue #204 referenced is SLF4J-195
Alternative Android implementation ----------------------------------
Key: SLF4J-300 URL: https://jira.qos.ch/browse/SLF4J-300 Project: SLF4J Issue Type: Improvement Components: slf4j-android Affects Versions: 1.7.x Environment: Operating System: All Platform: All Reporter: Simon Arlott Assignee: SLF4J developers list
I've got an alternative implementation of slf4j-android that you may be interested in: https://github.com/lp0/slf4j-android It has various features and configurability (which makes it more of a logging framework than a simple adaptation layer) as the Android logging is quite basic. It avoids the issue in #204 and caches calls to the native isLoggable() method. Minimal configuration to specify a default logging tag is usually required to conform to existing Android conventions (using a minimal number of logger names).
-- This message was sent by Atlassian JIRA (v7.3.1#73012)