diff options
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 0000000000000..c7c74fe94f2e0 --- /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. |