Magidoc

ActionLog
Interface

An ActionLog is a record of an action taken by the system. For audit purposes and debugging, the system records the decisions it takes, and the interactions with it, as it operates. These logs are made available to the user for review and analysis, and are kept for a period of time according to the plan subscribed to.

Fields

#

id

ID !
Non-null

The ID of the action log

severity

Non-null

The severity of the action log

message

The message of the report

data

Non-null

The data report attached to the action log

createdAt

Non-null

The timestamp of the action log creation

updatedAt

Non-null

The timestamp of the action log last update, for example a web request log will be updated with the outcome

Implementations

#

Implemented by ActionLogHotFolder , ActionLogCloudEndpoint , ActionLogRecurringTask , ActionLogMutation , ActionLogReaction .

Usages

#

References

#