MCPcopy
hub / github.com/livebud/bud / Log

Method Log

package/log/multi/multi.go:17–22  ·  view source on GitHub ↗
(entry *log.Entry)

Source from the content-addressed store, hash-verified

15}
16
17func (f *Handler) Log(entry *log.Entry) (err error) {
18 for _, handler := range f.handlers {
19 err = errs.Join(err, handler.Log(entry))
20 }
21 return err
22}

Callers

nothing calls this directly

Calls 2

JoinFunction · 0.92
LogMethod · 0.65

Tested by

no test coverage detected