Replies: 2 comments
-
One concern is how to support logging from algorithms written in separate languages. For example, a logging library for C++ might be spdlog, but a logging library for Python might be the One approach of doing this is https://github.com/tanghaibao/pybind11_log. |
Beta Was this translation helpful? Give feedback.
-
One of the major things to determine in this milestone is how it is that an algorithm is to get access to the log to which it writes. There seem to be two major options:
In either case, the framework must ensure thread safety of the algorithms that use the logging facility. What are the thread efficiency ramifications of each of these choices? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
DUNE US S&C R&D item 078
Beta Was this translation helpful? Give feedback.
All reactions