diff options
author | jamesaxl <axlrose112@gmail.com> | 2017-01-13 22:11:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-13 22:13:43 +0700 |
commit | c26f0fe81a3ac67980a812601038fbca42c12dc5 (patch) | |
tree | 981f7ac8f92bc07f773db4a0679c6444fc711df1 /libraries/log4net/README | |
parent | edd3b10962ba9fda35bc57adf28a40e0b1271783 (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/README | 4 |
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. |