Open
Description
The C target has a few useful user-facing APIs such as DEBUG_PRINT()
and error_print()
that will allow the user to add thread-safe print statements in the body of reactions. The output (or lack thereof) of these APIs can then be controlled using the logging
target specification.
This could be a very useful feature in the Python target as well.
To-Do
- Implement log functions
- Update the wiki once this feature is implemented.