Repository: logging-log4j2 Updated Branches: refs/heads/master 66fe72cb2 -> b0fbf4c08
Update home page to mention how log4j-to-slf4j allows users to code to the Log4j 2 API without fear of vendor lock-in. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b0fbf4c0 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b0fbf4c0 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b0fbf4c0 Branch: refs/heads/master Commit: b0fbf4c08c50ed031fcec543de31e2de8db08250 Parents: 66fe72c Author: rpopma <[email protected]> Authored: Fri May 20 02:09:34 2016 +0900 Committer: rpopma <[email protected]> Committed: Fri May 20 02:09:34 2016 +0900 ---------------------------------------------------------------------- src/site/xdoc/index.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b0fbf4c0/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 21d75a1..cb5fb34 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -61,6 +61,11 @@ While the Log4j 2 API will provide the best performance, Log4j 2 provides support for the Log4j 1.2, SLF4J, Commons Logging and java.util.logging (JUL) APIs. </dd> + <dt>Avoid lock-in</dt> + <dd> + Applications coded to the Log4j 2 API always have the option to use any SLF4J-compliant + library as their logger implementation with the log4j-to-slf4j adapter. + </dd> <dt>Automatic Reloading of Configurations</dt> <dd> Like Logback, Log4j 2 can automatically reload its configuration upon modification. Unlike Logback,
