LogFunc logs a message for each SQL statement being executed. This method takes one or multiple parameters. If a single parameter is provided, it will be treated as the log message. If multiple parameters are provided, they will be passed to fmt.Sprintf() to generate the log message.

Hierarchy

  • LogFunc
  • Parameters

    • format: string
    • Rest ...a: {}[]

    Returns void

Generated using TypeDoc