aosp12/external/slf4j
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
integration init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
jcl-over-slf4j init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
jul-to-slf4j init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
log4j-over-slf4j init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
osgi-over-slf4j init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
slf4j-android init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
slf4j-api init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
slf4j-ext init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
slf4j-jcl init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
slf4j-jdk14 init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
slf4j-log4j12 init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
slf4j-migrator init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
slf4j-nop init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
slf4j-simple init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
slf4j-site init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
src/main init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.gitattributes init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.gitignore init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.travis.yml init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
LICENSE.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
METADATA init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
MODULE_LICENSE_MIT init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
NOTICE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
binderVersion.pl init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
codeStyle.xml init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
goVersion.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pom.xml init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
test init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
version.pl init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.md

About SLF4J

The Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired logging framework at deployment time. More information can be found on the SLF4J website.

Build Status

Build Status

How to contribute pull requests

If you are interested in improving SLF4J, great! The SLF4J community looks forward to your contribution. Please follow this process:

  1. Start a discussion on the slf4j-dev mailing list about your proposed change. Alternately file a bug report.
  2. Fork qos-ch/slf4j. Ideally, create a new branch from your fork for your contribution to make it easier to merge your changes back.
  3. Make your changes on the branch you hopefuly created in Step 2. Be sure that your code passes existing unit tests. Please add unit tests for your work if appropriate. It usually is.
  4. Push your changes to your fork/branch in github. Don't push it to your master! If you do it will make it harder to submit new changes later.
  5. Submit a pull request to SLF4J from from your commit page on github.