Function logFunction

  • Logs messages for a function, including variables (JSON or normal variables).

    Parameters

    • functionName: string

      The name of the function being logged.

    • variables: string | number | boolean | Record<string, unknown>

      Variables to log.

    • Optional message: string

      An optional message to log alongside the variables.

    • Optional color: "green" | "red" | "blue" | "yellow" | "magenta" | "bgGreen" | "bgRed" | "bgBlue" | "reset" = "bgBlue"

      The color to use for the log message.

    Returns void

Generated using TypeDoc