summaryrefslogtreecommitdiffstats
path: root/libraries/yder/README
diff options
context:
space:
mode:
author Yth - Arnaud2018-05-07 19:44:11 +0200
committer Willy Sudiarto Raharjo2018-05-12 01:58:24 +0200
commitbff9bbd7bb40b739d1342b33e7c3125b27f413c3 (patch)
tree860036d4a30e9b98a87669f6cf30ceb05f5a5d5a /libraries/yder/README
parent84b347fe89d5827406772c933ecaf95945845701 (diff)
downloadslackbuilds-bff9bbd7bb40b739d1342b33e7c3125b27f413c3.tar.gz
libraries/yder: Added (Logging library written in C).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/yder/README')
-rw-r--r--libraries/yder/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/yder/README b/libraries/yder/README
new file mode 100644
index 0000000000..c7c74fe94f
--- /dev/null
+++ b/libraries/yder/README
@@ -0,0 +1,9 @@
+Yder
+
+Logging library written in C.
+
+Simple and easy to use logging library. You can log messages to the
+console, a file or syslog.
+
+Yder is mono-thread, which mean that you can use only one instance of
+yder log at the same time in your program.