Go to file
Jeremy Landis 5b52c710e9 Add animal sniffer plugin
Due to some signatures in slf4j-api has some ignores because signatures
cannot be determined and will error otherwise.  This is isolated to
interfaces and code that shouldn't otherwise be present in usage per
various javadocs around these.
2015-04-28 22:04:15 -04:00
.idea use 2 space indentation in IntelliJ formatter 2014-12-13 19:13:53 +01:00
integration Format Poms - no changes in build 2015-04-02 22:18:37 -04:00
jcl-over-slf4j Remove empty or commented out elements from poms 2015-04-02 22:23:12 -04:00
jul-to-slf4j Set Java 5 in parent and remove elsewhere 2015-04-05 16:33:07 -04:00
log4j-over-slf4j SLF4J-309 Adding getAdditivity() method to log4j Category with same signature 2015-04-10 18:32:53 +02:00
osgi-over-slf4j Add xml version / encoding utf-8 to poms and format project tag 2015-03-31 22:21:24 -04:00
slf4j-android Correct modelVersion location 2015-04-10 20:52:25 -04:00
slf4j-api Add animal sniffer plugin 2015-04-28 22:04:15 -04:00
slf4j-ext Set Java 5 in parent and remove elsewhere 2015-04-05 16:33:07 -04:00
slf4j-jcl Format Poms - no changes in build 2015-04-02 22:18:37 -04:00
slf4j-jdk14 Format Poms - no changes in build 2015-04-02 22:18:37 -04:00
slf4j-log4j12 Format Poms - no changes in build 2015-04-02 22:18:37 -04:00
slf4j-migrator SLF4J-312 Eliminating one stack frame by using AbstractStringBuilder#append(str,start,end). A bit more readable compared to inlined String#substring(start,end). 2015-04-10 18:23:03 +02:00
slf4j-nop Format Poms - no changes in build 2015-04-02 22:18:37 -04:00
slf4j-simple Format Poms - no changes in build 2015-04-02 22:18:37 -04:00
slf4j-site simplify site build directory location 2015-04-10 20:52:28 -04:00
src/main mark 1.7.6-SNAPSHT, added missing modules to assembly source file 2013-03-27 16:13:45 +01:00
.gitattributes Add git attributes 2014-09-26 23:33:52 -04:00
.gitignore add mac os x metadata file .DS_Store to .gitignore 2013-03-27 03:13:34 +04:00
.travis.yml preparing release 1.7.12 2015-03-26 21:59:27 +01:00
LICENSE.txt Update LICENSE.txt 2014-04-26 22:32:24 +05:30
README.md Set up Travis CI for SLF4J. 2014-11-27 11:53:10 -08:00
binderVersion.pl setting autocrlf = true on windows - no logical changes 2009-12-03 19:16:42 +01:00
codeStyle.xml Reformat all code with the exception of the slf4j-android module to use 4 space indentation and max line width of 160. 2015-03-26 12:59:25 +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 Add animal sniffer plugin 2015-04-28 22:04:15 -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

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.