LocalLoggingAppend¶
Purpose¶
Append new values to the logbook.
Type¶
Reception:
LocalLoggingAppendV1¶
Records with fields:
external identity
: ExternalIdentity
External identity of the engine that wants to append the values to the logbook
append value
: AppendValueV1
The value in a string format, which needs to be added to the logbook
Triggers:
Behavior¶
Appends the new value to the logbook.
Message Flow¶
sequenceDiagram
%% --8<-- [start:sequence]
Any Local Engine ->>+ Local Logging Engine: LocalLoggingAppend
%% --8<-- [end:sequence]