mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-11 07:36:57 +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.
|
||||
<<<<<<< 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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue