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

Function newDisabledSlog

benchmarks/slog_test.go:32–34  ·  view source on GitHub ↗
(fields ...slog.Attr)

Source from the content-addressed store, hash-verified

30}
31
32func newDisabledSlog(fields ...slog.Attr) *slog.Logger {
33 return slog.New(slog.NewJSONHandler(io.Discard, &slog.HandlerOptions{Level: slog.LevelError}).WithAttrs(fields))
34}
35
36func fakeSlogFields() []slog.Attr {
37 return []slog.Attr{

Calls 1

WithAttrsMethod · 0.80

Tested by

no test coverage detected