A lightweight, universal logging library in C. Just two files. Compatible with C++, embedded projects, and most major compilers. Covered by unit tests.
Stars
164
Forks
18
Watchers
164
Open Issues
16
Overall repository health assessment
No package.json found
This might not be a Node.js project
83
commits
7
commits
4
commits
2
commits
1
commits
1
commits
1
commits
Fix va handling on Windows on ARM causing crashes in some configurations (#153)
2f7a61eView on GitHubFix VS ARM64-related issues with time and source location (#150)
e83a6e0View on GitHubAdd log.c to the license file and comparison with log.c (#143)
8a77841View on GitHubAdd ULOG_BUILD_DISABLE feature to disable microlog with zero overhead (#140)
da78056View on GitHubUpdate change log to consolidate all alpha version changes
248d357View on GitHubReplace `ULOG_BUILD_TOPICS_NUM` with `ULOG_BUILD_TOPICS_MODE` and `ULOG_BUILD_TOPICS_STATIC_NUM` (#138)
a1db653View on GitHubReplace topic control's enable/disable with log verbocity (#133)
5518dc2View on GitHubAdd user-defined configuration header feature, add AGENTS.md (#136)
2bc4bb3View on GitHub