summaryrefslogtreecommitdiffstats
path: root/libraries/log4cplus/README
diff options
context:
space:
mode:
author Thibaut Notteboom2016-10-21 02:46:42 +0200
committer Willy Sudiarto Raharjo2016-10-21 02:47:08 +0200
commit23c9d0eb08329df4aeadfebafe0357504526d42a (patch)
tree12496d5d1f92854a247866add85ff3aecb3f18fc /libraries/log4cplus/README
parenta216876fa6c6b033cb28738465ce4b8bc9d8f9b4 (diff)
downloadslackbuilds-23c9d0eb08329df4aeadfebafe0357504526d42a.tar.gz
libraries/log4cplus: Added (A C++ logger).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/log4cplus/README')
-rw-r--r--libraries/log4cplus/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/log4cplus/README b/libraries/log4cplus/README
new file mode 100644
index 0000000000..da3ab2f281
--- /dev/null
+++ b/libraries/log4cplus/README
@@ -0,0 +1,3 @@
+Log4cplus is a simple to use C++ logging API providing thread-safe,
+flexible, and arbitrarily granular control over log management and
+configuration. It is modelled after the Java log4j API.