Add a port that repeats any event log calls if connected on the thread of the caller. Companion to #2945.
Rationale
Instead of building in recoverable RAM buffers into ActiveLogger itself, following the F Prime "tinkertoy" approach, have an external component that does the RAM logging. That allows users to add or remove the RAM logging by adding a component.
/Svc/ActiveLogger
Feature Description
Add a port that repeats any event log calls if connected on the thread of the caller. Companion to #2945.
Rationale
Instead of building in recoverable RAM buffers into
ActiveLogger
itself, following the F Prime "tinkertoy" approach, have an external component that does the RAM logging. That allows users to add or remove the RAM logging by adding a component.