debug: add a logging module

This commit is contained in:
2025-06-11 16:47:16 +02:00
parent 90c0903f25
commit 7db89e973d
6 changed files with 72 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ Checks: >
clang-analyzer-*,
-clang-analyzer-security.insecureAPI.str*,
-clang-analyzer-security.insecureAPI.mem*,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
bugprone-*,
cert-*,
modernize-*,