diff options
author | crocket <crockabiscuit@yahoo.com> | 2010-06-17 08:52:05 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-17 14:45:24 -0500 |
commit | bac25796931edf79c86798d8c37fa555bcd678ef (patch) | |
tree | 081e7295ae033cf3fdc3aa79560e92a89a4e4612 /libraries/log4net/README | |
parent | b2332184538b2488c6fdaa04073b09b3ee964c2f (diff) | |
download | slackbuilds-bac25796931edf79c86798d8c37fa555bcd678ef.tar.gz |
libraries/log4net: Added (log tool for mono)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/log4net/README')
-rw-r--r-- | libraries/log4net/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/log4net/README b/libraries/log4net/README new file mode 100644 index 0000000000..6a7e67fa62 --- /dev/null +++ b/libraries/log4net/README @@ -0,0 +1,6 @@ +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. + +This requires mono. |