commit | 8ed83fa0a47fa8dfd5cc6b1437109beda7182d3b | [log] [tgz] |
---|---|---|
author | Jiyong Park <[email protected]> | Sun Feb 18 15:53:36 2018 +0900 |
committer | Jiyong Park <[email protected]> | Sun Feb 18 15:58:19 2018 +0900 |
tree | 499fd6f497a792c4d9079324405e65817cf0161b | |
parent | 63b140791fbb0bceabc496bdd29e108d9597b044 [diff] |
Build with core_current This lib has been built with core-libart and core-oj which include private APIs. In order to prevent this lib from depending on the private APIs in the future, directly dependency to the core libraries are replaced with the pseudo-sdk stub called 'core_current' that has public core Java APIs only. Bug: 72206056 Test: mma -j under this directory Change-Id: I7f15c3b4aca1bdf1b57a5457322f7a01ddccee88
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: