mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-13 22:36:58 +00:00
common: Implement logging framework
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
parent
e8ce7a4921
commit
5b0e750c01
1 changed files with 3 additions and 0 deletions
|
|
@ -75,12 +75,15 @@ foreach(TARGET ${POUND_PROJECT_TARGETS})
|
||||||
)
|
)
|
||||||
|
|
||||||
# Set Compile time log level for all targets.
|
# Set Compile time log level for all targets.
|
||||||
|
<<<<<<< HEAD
|
||||||
# 1: Trace
|
# 1: Trace
|
||||||
# 2: Debug
|
# 2: Debug
|
||||||
# 3: Info
|
# 3: Info
|
||||||
# 4: Warning
|
# 4: Warning
|
||||||
# 5: Error
|
# 5: Error
|
||||||
# 6: Fatal
|
# 6: Fatal
|
||||||
|
=======
|
||||||
|
>>>>>>> 84fdedb (common: Implement logging framework)
|
||||||
target_compile_definitions(${TARGET} PRIVATE COMPILE_TIME_LOG_LEVEL=1)
|
target_compile_definitions(${TARGET} PRIVATE COMPILE_TIME_LOG_LEVEL=1)
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue