Methods
description() → {string}
Get description of a log entry
- Since
- 5.2.0
Returns:
- Type:
- string
eventTag() → {string}
Get event tag of a log entry
- Since
- 5.2.0
Returns:
- Type:
- string
eventType() → {string}
Get event type of a log entry
- Since
- 5.2.0
Returns:
- Type:
- string
eventTypeString() → {string}
Get event type of a log entry in active language
- Since
- 5.2.0
Returns:
- Type:
- string
language() → {string}
Get language of a log entry
- Since
- 5.2.0
Returns:
- Type:
- string
newValue() → {string}
Get new value of a log entry
- Since
- 5.2.0
Returns:
- Type:
- string
oldValue() → {string}
Get old value of a log entry
- Since
- 5.2.0
Returns:
- Type:
- string
operationString() → {string}
Get operation string of a log entry
- Since
- 5.2.0
Returns:
- Type:
- string
property() → {$k.Property}
Get property of a log entry
- Since
- 5.2.0
Returns:
- Type:
- $k.
Property
propertyType() → {$k.PropertyType}
Get property type of a log entry
- Since
- 5.2.0
Returns:
- Type:
- $k.
PropertyType
timestamp() → {Date}
Get timestamp of a log entry
- Since
- 5.2.0
Returns:
- Type:
- Date
topic() → {$k.SemanticElement}
Get accessed topic of a log entry
- Since
- 5.2.0
Returns:
- Type:
- $k.
SemanticElement
user() → {$k.User}
Get user of a log entry
- Since
- 5.2.0
Returns:
- Type:
- $k.
User