Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/livebud/bud
/ Log
Method
Log
package/log/levelfilter/levelfilter.go:17–22 ·
view source on GitHub ↗
(entry *log.Entry)
Source
from the content-addressed store, hash-verified
15
}
16
17
func
(f *Handler) Log(entry *log.Entry) error {
18
if
entry.Level < f.level {
19
return
nil
20
}
21
return
f.handler.Log(entry)
22
}
Callers
nothing calls this directly
Calls
1
Log
Method · 0.65
Tested by
no test coverage detected