Implemented logging utilities

This commit is contained in:
2025-07-28 08:29:53 -04:00
parent 7d8f4561eb
commit c8b5a5ebd4
16 changed files with 138 additions and 26 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"C_Cpp.default.cppStandard": "c++20",
"cmake.debugConfig": {
"cwd": "${workspaceFolder}"
}
}