MCPcopy
hub / github.com/uber-go/zap / consoleEncoder

Struct consoleEncoder

zapcore/console_encoder.go:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46type consoleEncoder struct {
47 *jsonEncoder
48}
49
50// NewConsoleEncoder creates an encoder whose output is designed for human -
51// rather than machine - consumption. It serializes the core log entry data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected