diff options
author | Thibaut Notteboom <tib@tibux.org> | 2012-12-24 10:21:35 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-24 10:21:53 +0100 |
commit | a2124ca8df34ee340cd3c08fb4bff9ad2ce734ad (patch) | |
tree | b0529fcf842fba24d084941ee4e10adfa5c523e3 /libraries/log4shib/README | |
parent | 7ff403c0e048eab28723fbb4b92e7147c3515117 (diff) | |
download | slackbuilds-a2124ca8df34ee340cd3c08fb4bff9ad2ce734ad.tar.gz |
libraries/log4shib: Added (log4j-like logging library).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/log4shib/README')
-rw-r--r-- | libraries/log4shib/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/log4shib/README b/libraries/log4shib/README new file mode 100644 index 0000000000..1a9710b9a0 --- /dev/null +++ b/libraries/log4shib/README @@ -0,0 +1,7 @@ +log4shib is a forked version of log4cpp that has been created for the +Shibboleth project to ensure a consistent, working snapshot that +builds reliably on the necessary platforms. + +Log for C++ is a library of classes for flexible logging to files, +syslog, and other destinations. It is modeled after the Log for Java +library and stays as close to its API as is reasonable. |