Skip to content

LocalLoggingAppend

Purpose

Append new values to the logbook.

Type

Reception:

LocalLoggingAppendV1

Records with fields:

External identity of the engine that wants to append the values to the logbook

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]