blob: c7c74fe94f2e0163cb384aa0c1e3a5c69131c20f (
plain)
1
2
3
4
5
6
7
8
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.
|