-
CPP17 Branch: I havent found any how to on using the log library. More precise, what do I have to do/call to replace my log messages with the index and how to generate the related json file with this indexes. Maybe someone can help me? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
It works basically the same way on the 17 branch as on main. See:
This is the relevant script & cmake driver code that generates the string catalog. At this point the 17 branch tooling is less developed than that on main, but the process is the same:
Main branch docs: https://intel.github.io/compile-time-init-build/#_efficient_logging_with_mipi_sys_t |
Beta Was this translation helpful? Give feedback.
Thanks @elbeno, sorry for so much questions. I added now several configs. Just for others which have the same question than me:
Target Logger (replace the cout statements with a uart, or whatever write routine)