commit | c396492264f26581652c878b18766880ec7c6f86 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <[email protected]> | Tue Jan 17 13:00:27 2017 +0000 |
committer | Nicolas Geoffray <[email protected]> | Tue Jan 17 13:00:27 2017 +0000 |
tree | a8a6213be3c38e9f1762f19cb520f822eb51bf4b | |
parent | 7486a77defe2bc00fba95968a1c48f8359cdd07d [diff] |
slf4j doesn't depend on the framework. Set LOCAL_NO_STANDARD_LIBRARIES to true. Change-Id: I2eb6207bfbcc34bc13872eeb8c6f7b15988ece1d
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.
If you are interested in improving SLF4J, great! The SLF4J community looks forward to your contribution. Please follow this process: