Package cloud.google.com/go/alloydbconn/debug (v1.8.0)

Logger

type Logger interface {
	// Debugf is for reporting information about internal operations.
	Debugf(format string, args ...interface{})
}

Logger is the interface used for debug logging. By default, it is unused.