Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: TynK-M/clog

Tags

v0.0.4

Toggle v0.0.4's commit message
Chore: add README.md, add LICENSE inside clog.h

Wrote the README and added a copy of the license inside clog.h

v0.0.3

Toggle v0.0.3's commit message
Feat(clog): add CLOG_DEBUG support and versioning

- Added versioning information inside clog.h

- Introduced CLOG_DEBUG flag

- Moved get_level() under CLOG_DEBUG

- Added compile-time error if debug functions are used without CLOG_DEBUG

v0.0.2

Toggle v0.0.2's commit message
Feat(init_clog): created a macro

Created a macro to have optional parameters for the init_clog

v0.0.1

Toggle v0.0.1's commit message
Feat(clog): created the structure for the logger