Lightweight logging API for C programs
 
 
 
Go to file
nirenjan 10941defb2 Add test framework 2021-07-14 11:00:44 -07:00
m4 Add autotools build framework 2021-07-13 11:33:10 -07:00
.gitignore Add autotools build framework 2021-07-13 11:33:10 -07:00
LICENSE Initial commit 2021-07-13 10:57:22 -07:00
Makefile.am Add test framework 2021-07-14 11:00:44 -07:00
README.md Initial commit 2021-07-13 10:57:22 -07:00
autogen.sh Add autotools build framework 2021-07-13 11:33:10 -07:00
config.h.in Add check for __attribute__((format)) 2021-07-13 11:45:33 -07:00
configure.ac Add test framework 2021-07-14 11:00:44 -07:00
pinelog.c Add test framework 2021-07-14 11:00:44 -07:00
pinelog.h Add test framework 2021-07-14 11:00:44 -07:00
test_pinelog.c Add test framework 2021-07-14 11:00:44 -07:00

README.md

Pinelog - a lightweight logging API

Pinelog is a lightweight logging API for C programs that's designed to be included in your program source code. Parameters for Pinelog are configured at build time by means of preprocessor flags.