You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2018/07/22 17:21:58 UTC

[3/3] logging-log4j2 git commit: Update the SLF4J adapter documentation

Update the SLF4J adapter documentation


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/648ff04c
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/648ff04c
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/648ff04c

Branch: refs/heads/master
Commit: 648ff04c70b2ba6e68058e1e55ff1aed1f0780df
Parents: 6aa1e86
Author: Ralph Goers <rg...@apache.org>
Authored: Sun Jul 22 10:21:46 2018 -0700
Committer: Ralph Goers <rg...@apache.org>
Committed: Sun Jul 22 10:21:46 2018 -0700

----------------------------------------------------------------------
 log4j-slf4j-impl/src/site/markdown/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/648ff04c/log4j-slf4j-impl/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/log4j-slf4j-impl/src/site/markdown/index.md b/log4j-slf4j-impl/src/site/markdown/index.md
index 0e3cb64..2eaea2c 100644
--- a/log4j-slf4j-impl/src/site/markdown/index.md
+++ b/log4j-slf4j-impl/src/site/markdown/index.md
@@ -21,7 +21,7 @@
 The Log4j 2 SLF4J Binding allows applications coded to the SLF4J API to use
 Log4j 2 as the implementation.
 
-Due to a break in compatibility in the SLF4J binding, as of release 2.11.1 two Log4j to SLF4J Adapters are provided.
+Due to a break in compatibility in the SLF4J binding, as of release 2.11.1 two SLF4J to Log4j Adapters are provided.
 1. log4j-slf4j-impl should be used with SLF4J 1.7.x releases or older.
 1. log4j-slf4j18-impl should be used with SLF4J 1.8.x releases or newer.