The devel/yder port
yder-1.4.20 – logging library for C applications (cvsweb github mirror)
Description
Logging library written in C. Simple and easy to use logging library. You can log messages to the console, a file, Syslog, journald or a callback function. Yder is mono-thread, which mean that you can use only one instance of Yder log at the same time in your program.WWW: https://babelouest.github.io/yder/
Maintainer
The OpenBSD ports mailing-list
Categories
Library dependencies
Build dependencies
Files
- /usr/local/include/yder-cfg.h
- /usr/local/include/yder.h
- /usr/local/lib/cmake/Yder/
- /usr/local/lib/cmake/Yder/FindSystemd.cmake
- /usr/local/lib/cmake/Yder/YderConfig.cmake
- /usr/local/lib/cmake/Yder/YderConfigVersion.cmake
- /usr/local/lib/cmake/Yder/YderTargets-release.cmake
- /usr/local/lib/cmake/Yder/YderTargets.cmake
- /usr/local/lib/libyder.so.0.0
- /usr/local/lib/pkgconfig/libyder.pc
- /usr/local/share/doc/yder/
- /usr/local/share/doc/yder/README.md
- /usr/local/share/doc/yder/examples/
- /usr/local/share/doc/yder/examples/.gitignore
- /usr/local/share/doc/yder/examples/Makefile
- /usr/local/share/doc/yder/examples/log_callback.c
- /usr/local/share/doc/yder/examples/log_combined.c
- /usr/local/share/doc/yder/examples/log_console.c
- /usr/local/share/doc/yder/examples/log_file.c
- /usr/local/share/doc/yder/examples/log_journald.c
- /usr/local/share/doc/yder/examples/log_newline.c
- /usr/local/share/doc/yder/examples/log_syslog.c