Go to file
nordligulv 45e50613d2 prepare to pull request 2013-03-26 01:52:52 +04:00
integration about to release 1.7.5 2013-03-25 21:29:23 +01:00
jcl-over-slf4j about to release 1.7.5 2013-03-25 21:29:23 +01:00
jul-to-slf4j about to release 1.7.5 2013-03-25 21:29:23 +01:00
log4j-over-slf4j about to release 1.7.5 2013-03-25 21:29:23 +01:00
osgi-over-slf4j about to release 1.7.5 2013-03-25 21:29:23 +01:00
slf4j-android prepare to pull request 2013-03-26 01:52:52 +04:00
slf4j-api about to release 1.7.5 2013-03-25 21:29:23 +01:00
slf4j-ext about to release 1.7.5 2013-03-25 21:29:23 +01:00
slf4j-jcl about to release 1.7.5 2013-03-25 21:29:23 +01:00
slf4j-jdk14 about to release 1.7.5 2013-03-25 21:29:23 +01:00
slf4j-log4j12 about to release 1.7.5 2013-03-25 21:29:23 +01:00
slf4j-migrator about to release 1.7.5 2013-03-25 21:29:23 +01:00
slf4j-nop about to release 1.7.5 2013-03-25 21:29:23 +01:00
slf4j-simple about to release 1.7.5 2013-03-25 21:29:23 +01:00
slf4j-site minor edits 2013-03-25 21:56:24 +01:00
src/main added missing osgi-build.xml to assembly descriptor 2011-10-18 07:08:38 +02:00
.gitignore implement android logging for slf4j 2013-03-25 05:14:30 +04:00
LICENSE.txt setting autocrlf = true on windows - no logical changes 2009-12-03 19:16:42 +01:00
README.md remove and ignore gen; prepare project for production use 2013-03-26 01:11:16 +04:00
binderVersion.pl setting autocrlf = true on windows - no logical changes 2009-12-03 19:16:42 +01:00
codeStyle.xml setting autocrlf = true on windows - no logical changes 2009-12-03 19:16:42 +01:00
goVersion.sh Given the huge size of the SLF4J user base, we need a more lenient version 2008-10-17 14:31:02 +00:00
pom.xml :wq 2013-03-26 01:36:40 +04:00
test testing 2009-10-01 18:01:15 +02:00
version.pl setting autocrlf = true on windows - no logical changes 2009-12-03 19:16:42 +01:00

README.md

SLF4J Android

The motivation for the SLF4J Android project was to ease using existing libraries which use SLF4J as their logging framework on the Google Android platform.

This project is a basic implementation that simply forwards all SLF4J log requests to the logger provided by the Google Android platform.

As slf4j-jdk14, slf4j-log4j etc. slf4j-android is a maven module that depends on slf4j-api only so it can easily be built with maven and synced with the original slf4j codebase.

Status

The implementation is currently fully functional and has been fully tested in a production environment.