Add basic logging functionality
Release / release (push) Successful in 6s

This commit is contained in:
2026-05-17 18:40:10 +01:00
parent 2e5163ba33
commit c67a448d00
9 changed files with 169 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
// vim:fileencoding=utf-8:foldmethod=marker
#ifndef WAPP_LOG_C
#define WAPP_LOG_C
#include "log.c"
#include "../base/wapp_base.c"
#include "../os/wapp_os.c"
#endif // !WAPP_LOG_C