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

Interface Logger

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

Logger is the interface used throughout the project for logging.

Source from the content-addressed store, hash-verified

35
36// Logger is the interface used throughout the project for logging.
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.
43 Errorf(format string, args ...interface{})
44}

Callers 17

LookupMethod · 0.65
runSignalWrapperFunction · 0.65
credentialsOptFunction · 0.65
NewClientFunction · 0.65
ServeMethod · 0.65
serveSocketMountMethod · 0.65
proxyConnMethod · 0.65
parseConfigFunction · 0.65
runSignalWrapperFunction · 0.65
HandleReadinessMethod · 0.65
parseConnNameFunction · 0.65
NewClientFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected