summaryrefslogtreecommitdiffstats
path: root/libraries/liblogging/README
diff options
context:
space:
mode:
author Christophe Trussardi <chris@teria.org>2014-02-03 07:24:17 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-02-08 11:10:07 -0600
commit9d31bb19a0bd11466e65ba3b68f6f526df476800 (patch)
tree2c36cc227847772e86b21575083b590bb7d2dd1b /libraries/liblogging/README
parent8df852ad98e0ac1584711a55e1d0817912369141 (diff)
downloadslackbuilds-9d31bb19a0bd11466e65ba3b68f6f526df476800.tar.gz
slackbuilds-9d31bb19a0bd11466e65ba3b68f6f526df476800.tar.xz
libraries/liblogging: Added (an easy to use logging library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/liblogging/README')
-rw-r--r--libraries/liblogging/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/liblogging/README b/libraries/liblogging/README
new file mode 100644
index 0000000000..77a765bb84
--- /dev/null
+++ b/libraries/liblogging/README
@@ -0,0 +1,4 @@
+liblogging is an easy to use, portable, open source library
+for system logging.
+It comes with an BSD-style license. liblogging was initiated by
+Rainer Gerhards.