• Logs a message with a general event type and completed outcome. Prefer more specific logging functions when available.

    Parameters

    • ...args: unknown[]

      The message to log.

    Returns Promise<void>

    A promise that resolves when the log is recorded.