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\u003eThe latest version available for the alloydbconn package is 1.15.0, accessible via a specific link.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple previous versions of the alloydbconn package available, ranging from version 1.14.1 down to 0.1.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eContextLogger\u003c/code\u003e and \u003ccode\u003eLogger\u003c/code\u003e interfaces are provided for implementing debug logging functionalities, but are unused by default.\u003c/p\u003e\n"],["\u003cp\u003eDetailed information on older versions of this package can be found on pkg.go.dev.\u003c/p\u003e\n"]]],[],null,["# Package cloud.google.com/go/alloydbconn/debug (v1.15.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.15.1 (latest)](/go/docs/reference/cloud.google.com/go/alloydbconn/latest/debug)\n- [1.15.0](/go/docs/reference/cloud.google.com/go/alloydbconn/1.15.0/debug)\n- [1.14.1](/go/docs/reference/cloud.google.com/go/alloydbconn/1.14.1/debug)\n- [1.13.2](/go/docs/reference/cloud.google.com/go/alloydbconn/1.13.2/debug)\n- [1.12.1](/go/docs/reference/cloud.google.com/go/alloydbconn/1.12.1/debug)\n- [1.11.1](/go/docs/reference/cloud.google.com/go/alloydbconn/1.11.1/debug)\n- [1.10.0](/go/docs/reference/cloud.google.com/go/alloydbconn/1.10.0/debug)\n- [1.9.0](/go/docs/reference/cloud.google.com/go/alloydbconn/1.9.0/debug)\n- [1.8.0](/go/docs/reference/cloud.google.com/go/alloydbconn/1.8.0/debug)\n- [1.7.0](/go/docs/reference/cloud.google.com/go/alloydbconn/1.7.0/debug)\n- [1.6.0](/go/docs/reference/cloud.google.com/go/alloydbconn/1.6.0/debug)\n- [1.5.2](/go/docs/reference/cloud.google.com/go/alloydbconn/1.5.2/debug)\n- [1.4.0](/go/docs/reference/cloud.google.com/go/alloydbconn/1.4.0/debug)\n- [1.3.3](/go/docs/reference/cloud.google.com/go/alloydbconn/1.3.3/debug)\n- [1.2.2](/go/docs/reference/cloud.google.com/go/alloydbconn/1.2.2/debug)\n- [1.1.0](/go/docs/reference/cloud.google.com/go/alloydbconn/1.1.0/debug)\n- [1.0.0](/go/docs/reference/cloud.google.com/go/alloydbconn/1.0.0/debug)\n- [0.4.0](/go/docs/reference/cloud.google.com/go/alloydbconn/0.4.0/debug)\n- [0.3.1](/go/docs/reference/cloud.google.com/go/alloydbconn/0.3.1/debug)\n- [0.2.2](/go/docs/reference/cloud.google.com/go/alloydbconn/0.2.2/debug)\n- [0.1.1](/go/docs/reference/cloud.google.com/go/alloydbconn/0.1.1/debug) \n**Note:** To get more information about this package, such as access to older versions, view [this package on pkg.go.dev](https://pkg.go.dev/cloud.google.com/go/alloydbconn/debug). \n\nContextLogger\n-------------\n\n type ContextLogger interface {\n \t// Debugf is for reporting information about internal operations.\n \tDebugf(ctx https://pkg.go.dev/context.https://pkg.go.dev/context#Context, format https://pkg.go.dev/builtin#string, args ...interface{})\n }\n\nContextLogger is the interface used for debug logging. By default, it is\nunused. \n\nLogger\n------\n\n type Logger interface {\n \t// Debugf is for reporting information about internal operations.\n \tDebugf(format https://pkg.go.dev/builtin#string, args ...interface{})\n }\n\nLogger is the interface used for debug logging. By default, it is unused."]]