MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/cloud-sql-proxy / Errorf

Method Errorf

internal/log/log.go:50–52  ·  view source on GitHub ↗

Errorf logs error messages

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

Source from the content-addressed store, hash-verified

48
49// Errorf logs error messages
50func (l *StdLogger) Errorf(format string, v ...interface{}) {
51 l.errLog.Printf(format, v...)
52}
53
54// Debugf logs debug messages
55func (l *StdLogger) Debugf(format string, v ...interface{}) {

Callers 1

ExecuteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected