Back to Pocketbase

Interface LogFunc

static/jsvm/interfaces/dbx.LogFunc.html

latest689 B
Original Source

Interface LogFunc

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

  • LogFunc(format, ...a): void

Parameters

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

Returns void

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

Generated using TypeDoc