• Log an event that occurs in your application.

    Parameters

    • event: EventType

      The event that occurred.

    • options: Omit<LogOptions, "eventType">

      Options to include with the log message.

    Returns Promise<void>