cactusdynamics / cactus-rt

A C++ framework for programming real-time applications
Mozilla Public License 2.0
185 stars 24 forks source link

Trace level logging for library internals #93

Open shuhaowu opened 4 months ago

shuhaowu commented 4 months ago

Need to add trace level logging to better debug what's happening inside cactus_rt. May need a separate logger instance for it. Not sure the right design.