common: Implement logging framework

Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
Ronald Caesar 2025-09-19 20:18:19 -04:00
parent e8ce7a4921
commit 5b0e750c01

View file

@ -75,12 +75,15 @@ foreach(TARGET ${POUND_PROJECT_TARGETS})
)
# Set Compile time log level for all targets.
<<<<<<< HEAD
# 1: Trace
# 2: Debug
# 3: Info
# 4: Warning
# 5: Error
# 6: Fatal
=======
>>>>>>> 84fdedb (common: Implement logging framework)
target_compile_definitions(${TARGET} PRIVATE COMPILE_TIME_LOG_LEVEL=1)
endforeach()