1
0
Fork
You've already forked clog
0
generated from pizzuhh/C-template
C logging library in single header
  • C 97.8%
  • Makefile 2.2%
2026年05月15日 19:30:43 +03:00
src port threading stuff to windows and fix some bugs 2026年05月12日 17:55:56 +03:00
.gitignore include guards 2026年02月20日 15:36:19 +02:00
LICENSE add license 2026年05月15日 19:30:43 +03:00
Makefile include guards 2026年02月20日 15:36:19 +02:00
README.md readme 2026年02月26日 21:20:53 +02:00

What is clog?

Clog (C log) is a single header logging library for C/C++. It provides easy to use API to add logs for your applications

Usage info is in the header itself.