From bff9bbd7bb40b739d1342b33e7c3125b27f413c3 Mon Sep 17 00:00:00 2001 From: Yth - Arnaud Date: Mon, 7 May 2018 18:44:11 +0100 Subject: libraries/yder: Added (Logging library written in C). Signed-off-by: David Spencer --- libraries/yder/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libraries/yder/README (limited to 'libraries/yder/README') 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. -- cgit v1.2.3