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.
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.