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

Struct StructuredLogger

internal/log/log.go:60–63  ·  view source on GitHub ↗

StructuredLogger writes log messages in JSON.

Source from the content-addressed store, hash-verified

58
59// StructuredLogger writes log messages in JSON.
60type StructuredLogger struct {
61 stdLog *slog.Logger
62 errLog *slog.Logger
63}
64
65// Infof logs informational messages
66func (l *StructuredLogger) Infof(format string, v ...interface{}) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected