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

Method Level

zapcore/hook.go:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48func (h *hooked) Level() Level {
49 return LevelOf(h.Core)
50}
51
52func (h *hooked) Check(ent Entry, ce *CheckedEntry) *CheckedEntry {
53 // Let the wrapped Core decide whether to log this message or not. This

Callers

nothing calls this directly

Calls 1

LevelOfFunction · 0.85

Tested by

no test coverage detected