Lightweight logging API for C programs
 
 
 
Go to file
nirenjan 490a2e3faa Add check for __attribute__((format)) 2021-07-13 11:45:33 -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 autotools build framework 2021-07-13 11:33:10 -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 check for __attribute__((format)) 2021-07-13 11:45:33 -07:00
pinelog.c Add check for __attribute__((format)) 2021-07-13 11:45:33 -07:00
pinelog.h Add check for __attribute__((format)) 2021-07-13 11:45:33 -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.