Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
func
(h *hooked) Level() Level {
49
return
LevelOf(h.Core)
50
}
51
52
func
(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
LevelOf
Function · 0.85
Tested by
no test coverage detected