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

Method apply

zapgrpc/zapgrpc.go:50–50  ·  view source on GitHub ↗
(*Logger)

Source from the content-addressed store, hash-verified

48// An Option overrides a Logger's default configuration.
49type Option interface {
50 apply(*Logger)
51}
52
53type optionFunc func(*Logger)

Callers 3

WithOptionsMethod · 0.65
WithOptionsMethod · 0.65
NewLoggerFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected