Repository: logging-log4j2 Updated Branches: refs/heads/master d8806d89b -> 66fe72cb2
Update home page to report all supported APIs correctly. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/3c140007 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/3c140007 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/3c140007 Branch: refs/heads/master Commit: 3c1400076199709977f06a535174310f0c87e477 Parents: b83bb63 Author: rpopma <[email protected]> Authored: Fri May 20 01:50:22 2016 +0900 Committer: rpopma <[email protected]> Committed: Fri May 20 01:50:22 2016 +0900 ---------------------------------------------------------------------- src/site/xdoc/index.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/3c140007/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index eb1ab7f..21d75a1 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -58,8 +58,8 @@ </dd> <dt>Support for multiple APIs</dt> <dd> - While the Log4j 2 API will provide the best performance, Log4j 2 provides support for the SLF4J and - Commons Logging APIs. + 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>Automatic Reloading of Configurations</dt> <dd>
