rmf_task
Defined in File Log.hpp
This class is a nested type of Class Log.
A snapshot view of the log’s contents. This is thread-safe to read even while new entries are being added to the log, but those new entries will not be seen by this View. You must retrieve a new View to see new entries.