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-09-05 UTC."],[[["\u003cp\u003eThis webpage provides documentation for various versions of the \u003ccode\u003ecloudsqlconn\u003c/code\u003e package, with version 1.16.0 being the most recent release.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eContextLogger\u003c/code\u003e interface is used for detailed internal debugging, accepting a context and formatted string with arguments, and it is prefered over the \u003ccode\u003eLogger\u003c/code\u003e interface.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLogger\u003c/code\u003e interface, used for debugging internal operations, is provided, but defaults to unused.\u003c/p\u003e\n"],["\u003cp\u003eOlder versions of the \u003ccode\u003ecloudsqlconn\u003c/code\u003e package, along with additional information, can be accessed via pkg.go.dev.\u003c/p\u003e\n"]]],[],null,[]]