$k. History

API for adding accesses to the history, either an attribute of the accessed element, or a history log file of the mediator.

Methods

(static) addToChangeLog(access, changeLogContaineropt)

Add the (trigger) access to the change log attribute. Requires a string attribute with internal name "changeLog", nothing will be logged.

Parameters:
NameTypeAttributesDescription
access

Access

changeLogContainer$k.SemanticElement<optional>

The element, where the change is logged. If not specified, the element modified by the access will be used.

Since
  • 4.0.0

(static) addToMediatorLog(access)

Add the (trigger) access to the mediator log. Requires configuring a log file for the volume. If no log filed is configured, nothing will be logged.

Parameters:
NameTypeDescription
access

Access

Since
  • 4.0.0