FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
01-12-2021 08:13 AM
Hi,
We need to implement logging mechanism in our apps and show the those logging messages in Logbook.
Is there any documentation or manual/guidance regarding to this?
Thanks a lot in advance and best regards!
Solved! Go to Solution.
01-12-2021 08:27 AM
At the moment you can use the std::cout like used in the examples in the ctrlX CORE SDK.
See an example e.g. ...\com.boschrexroth.sdk.control-1.6.1\public\samples-cpp\hello.world\main.cpp.
See the coresponding documentation in the REDME.md file: