Namespace: History

$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$k.History.addToChangeLog(access, changeLogContainer)

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

Name Type Description
access

Access

changeLogContainer $k.SemanticElement optional

Element that contains the change log attribute.
If not specified, the element modified by the access will be used.

static$k.History.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.

Name Type Description
access

Access