diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2018-05-07 18:44:11 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-12 06:58:24 +0700 |
commit | bff9bbd7bb40b739d1342b33e7c3125b27f413c3 (patch) | |
tree | 860036d4a30e9b98a87669f6cf30ceb05f5a5d5a /libraries/yder/README | |
parent | 84b347fe89d5827406772c933ecaf95945845701 (diff) | |
download | slackbuilds-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/README | 9 |
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. |