prepare to pull request
2 files changed
tree: 59dbfb86f7b95d54911176134b5a539f460ba063
  1. integration/
  2. jcl-over-slf4j/
  3. jul-to-slf4j/
  4. log4j-over-slf4j/
  5. osgi-over-slf4j/
  6. slf4j-android/
  7. slf4j-api/
  8. slf4j-ext/
  9. slf4j-jcl/
  10. slf4j-jdk14/
  11. slf4j-log4j12/
  12. slf4j-migrator/
  13. slf4j-nop/
  14. slf4j-simple/
  15. slf4j-site/
  16. src/
  17. .gitignore
  18. binderVersion.pl
  19. codeStyle.xml
  20. goVersion.sh
  21. LICENSE.txt
  22. pom.xml
  23. README.md
  24. test
  25. version.pl
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.