https://github.com/kdm9/clogged
Tiny, configurable, pretty C logging library
https://github.com/kdm9/clogged
Last synced: 5 months ago
JSON representation
Tiny, configurable, pretty C logging library
- Host: GitHub
- URL: https://github.com/kdm9/clogged
- Owner: kdm9
- License: mit
- Created: 2016-10-06T10:52:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T05:45:53.000Z (over 8 years ago)
- Last Synced: 2024-12-29T15:10:57.458Z (5 months ago)
- Language: C
- Size: 101 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `clogged` -- Configurable C logging library
Pretty simple logging library. Modelled loosely after Python's logging
library. No global state is used, and callbacks can be used to customise log
formatting.