commit | 5daad1875b1c2a36312e203ebf81666054129c68 | [log] [tgz] |
---|---|---|
author | Colin Cross <[email protected]> | Fri Feb 24 20:05:27 2017 -0800 |
committer | Colin Cross <[email protected]> | Fri Feb 24 20:05:27 2017 -0800 |
tree | b343e96440fcd9d36c3216440d32c9cbee176c09 | |
parent | c396492264f26581652c878b18766880ec7c6f86 [diff] |
Convert slf4j-hostdex to a static library slf4j-hostdex is used with LOCAL_STATIC_JAVA_LIBRARIES by core-tests-hostdex, so it has to be a BUILD_HOST_DALVIK_STATIC_JAVA_LIBRARY here. Test: m -j ANDROID_FORCE_JACK_ENABLED=disabled checkbuild Change-Id: Ib67a13647a1fc8ff3f5bfdfb9bed31fd7994b46a
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: