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

Struct StdLogger

internal/log/log.go:30–33  ·  view source on GitHub ↗

StdLogger is the standard logger that distinguishes between info and error logs.

Source from the content-addressed store, hash-verified

28// StdLogger is the standard logger that distinguishes between info and error
29// logs.
30type StdLogger struct {
31 stdLog *llog.Logger
32 errLog *llog.Logger
33}
34
35// NewStdLogger create a Logger that uses out and err for informational and
36// error messages.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected