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

Method Infof

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

Infof is for reporting informational messages.

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

Source from the content-addressed store, hash-verified

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.
43 Errorf(format string, args ...interface{})
44}

Callers 7

credentialsOptFunction · 0.65
NewClientFunction · 0.65
ServeMethod · 0.65
serveSocketMountMethod · 0.65
proxyConnMethod · 0.65
parseConfigFunction · 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