Function log

  • Logs a message like this: Log at ${at}: ${message}

    Parameters

    • at: string

      A description of where the log is being called from

    • message: string

      The message to be logged

    Returns any

Generated using TypeDoc