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 a list of available versions for the \u003ccode\u003ecloudsqlconn/debug\u003c/code\u003e package, ranging from version 0.1.0 to the latest release, 1.16.0.\u003c/p\u003e\n"],["\u003cp\u003eThe package offers two interfaces for debug logging: \u003ccode\u003eContextLogger\u003c/code\u003e and \u003ccode\u003eLogger\u003c/code\u003e, with \u003ccode\u003eContextLogger\u003c/code\u003e being the preferred option.\u003c/p\u003e\n"],["\u003cp\u003eBoth \u003ccode\u003eContextLogger\u003c/code\u003e and \u003ccode\u003eLogger\u003c/code\u003e have a \u003ccode\u003eDebugf\u003c/code\u003e method that logs information about internal operations, and by default these interfaces are not used.\u003c/p\u003e\n"],["\u003cp\u003eUsers can access older versions and more information about this package by visiting the associated link on pkg.go.dev.\u003c/p\u003e\n"]]],[],null,[]]