Events
Functions to log events.
Event
event(name, details)
Appends the name
event with details
details.
Param | Type | Description |
---|---|---|
name | String | The name of the event. Use kebab-case naming conventions. |
details | String | Details particular to this event. |