Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ Named
Method
Named
log/log.go:83–86 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
81
}
82
83
func
(l Logger) Named(name string) *Logger {
84
l.Logger = l.Logger.Named(name)
85
return
&l
86
}
87
88
func
(l Logger) With(fields ...zap.Field) *Logger {
89
for
i, field :=
range
fields {
Callers
nothing calls this directly
Calls
1
Named
Method · 0.65
Tested by
no test coverage detected