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 2016/04/26 06:31:28 UTC

[32/34] logging-log4j2 git commit: Adding README.md file for GitHub

Adding README.md file for GitHub


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

Branch: refs/heads/LOG4j2-494
Commit: bf3ef615ba165d26cd2ef556546830ce3c5a9d4c
Parents: fd01615
Author: Mikael Ståldal <mi...@magine.com>
Authored: Mon Apr 25 18:10:14 2016 +0200
Committer: Ralph Goers <rg...@nextiva.com>
Committed: Mon Apr 25 21:30:31 2016 -0700

----------------------------------------------------------------------
 README.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/bf3ef615/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d399485
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+# Apache Log4j 2
+
+Apache Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x,
+and provides many of the improvements available in Logback while fixing some inherent problems in Logback's architecture.
+
+## Documentation
+
+The Log4j 2 User's Guide is available [here](http://logging.apache.org/log4j/2.x/manual/index.html) or as a downloadable
+[PDF](http://logging.apache.org/log4j/2.x/log4j-users-guide.pdf).
+
+## Requirements
+
+Log4j 2.4 and greater requires Java 7, versions 2.0-alpha1 to 2.3 required Java 6.
+Some features require optional dependencies; the documentation for these features specifies the dependencies.
+
+## License
+
+Apache Log4j 2 is distributed under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
+
+