typeContextLoggerinterface{// Debugf is for reporting information about internal operations.Debugf(ctxcontext.Context,formatstring,args...interface{})}
ContextLogger is the interface used for debug logging. By default, it is unused.
Logger
typeLoggerinterface{// Debugf is for reporting information about internal operations.Debugf(formatstring,args...interface{})}
Logger is the interface used for debug logging. By default, it is unused.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-30 UTC."],[[["This webpage provides documentation for various versions of the `cloudsqlconn` package, with version 1.16.0 being the most recent release."],["The `ContextLogger` interface is used for detailed internal debugging, accepting a context and formatted string with arguments, and it is prefered over the `Logger` interface."],["The `Logger` interface, used for debugging internal operations, is provided, but defaults to unused."],["Older versions of the `cloudsqlconn` package, along with additional information, can be accessed via pkg.go.dev."]]],[]]