feat: hectic C: debug string constructor init

This commit is contained in:
2025-04-11 10:33:20 +00:00
parent de08900297
commit 80eac39b90
10 changed files with 407 additions and 244 deletions

View File

@@ -26,7 +26,7 @@
} while(0)
int main(void) {
logger_level(LOG_LEVEL_DEBUG);
printf("Running %s\n", __FILE__);
TEST_RAISE_GENERIC(raise_debug, LOG_LEVEL_DEBUG, "DEBUG");
TEST_RAISE_GENERIC(raise_log, LOG_LEVEL_LOG, "LOG");