Skip to main content

Events

Functions to log events.

Event

event(name, details)

Appends the name event with details details.

ParamTypeDescription
nameStringThe name of the event. Use kebab-case naming conventions.
detailsStringDetails particular to this event.