MCPcopy Index your code
hub / github.com/GoogleCloudPlatform/cloud-sql-proxy / Debugf

Method Debugf

cloudsql/cloudsql.go:39–39  ·  view source on GitHub ↗

Debugf is for reporting additional information about internal operations.

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

37type Logger interface {
38 // Debugf is for reporting additional information about internal operations.
39 Debugf(format string, args ...interface{})
40 // Infof is for reporting informational messages.
41 Infof(format string, args ...interface{})
42 // Errorf is for reporting errors.

Callers 2

LookupMethod · 0.65
runSignalWrapperFunction · 0.65

Implementers 2

StdLoggerinternal/log/log.go
StructuredLoggerinternal/log/log.go

Calls

no outgoing calls

Tested by

no test coverage detected