aboutsummaryrefslogtreecommitdiff
path: root/libraries/log4net/README
diff options
context:
space:
mode:
authorjamesaxl <axlrose112@gmail.com>2017-01-13 22:11:54 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-13 22:13:43 +0700
commitc26f0fe81a3ac67980a812601038fbca42c12dc5 (patch)
tree981f7ac8f92bc07f773db4a0679c6444fc711df1 /libraries/log4net/README
parentedd3b10962ba9fda35bc57adf28a40e0b1271783 (diff)
libraries/log4net: Added (log tool for mono).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/log4net/README')
-rw-r--r--libraries/log4net/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/log4net/README b/libraries/log4net/README
new file mode 100644
index 0000000000000..d499d61464867
--- /dev/null
+++ b/libraries/log4net/README
@@ -0,0 +1,4 @@
+log4net is a tool to help the programmer output log statements to a variety
+of output targets. log4net is a port of the excellent log4j framework to
+the .NET runtime. The framework was kept similar in spirit to the original
+log4j while taking advantage of new features in the .NET runtime.