mirror of
https://github.com/pound-emu/pound.git
synced 2026-01-31 01:15:20 +01:00
common: Implement logging framework
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user