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\u003eVersion 1.16.0 is the latest version available for the cloudsqlconn package, and the current page defaults to version 1.14.2.\u003c/p\u003e\n"],["\u003cp\u003eThe cloudsqlconn package provides debugging tools, with a history of versions ranging from 0.1.0 to 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 interfaces have a \u003ccode\u003eDebugf\u003c/code\u003e function for reporting internal operations.\u003c/p\u003e\n"],["\u003cp\u003eMore details and access to older versions of the package are available on pkg.go.dev.\u003c/p\u003e\n"]]],[],null,[]]