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

Method Level

zapcore/sampler.go:199–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197}
198
199func (s *sampler) Level() Level {
200 return LevelOf(s.Core)
201}
202
203func (s *sampler) With(fields []Field) Core {
204 return &sampler{

Callers

nothing calls this directly

Calls 1

LevelOfFunction · 0.85

Tested by

no test coverage detected