Lightweight logging API for C programs
 
 
 
Go to file
nirenjan 091dd29d3b Rename functions and macros to use the pinelog_ prefix 2021-07-13 11:40: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 autotools build framework 2021-07-13 11:33:10 -07:00
configure.ac Add autotools build framework 2021-07-13 11:33:10 -07:00
pinelog.c Rename functions and macros to use the pinelog_ prefix 2021-07-13 11:40:33 -07:00
pinelog.h Rename functions and macros to use the pinelog_ prefix 2021-07-13 11:40: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.