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

Method Log

package/log/log.go:55–55  ·  view source on GitHub ↗
(log *Entry)

Source from the content-addressed store, hash-verified

53
54type Handler interface {
55 Log(log *Entry) error
56}
57
58// New logger

Callers 3

logMethod · 0.65
LogMethod · 0.65
LogMethod · 0.65

Implementers 6

Handlerpackage/log/multi/multi.go
consolepackage/log/console/console.go
Handlerpackage/log/memory/memory.go
Handlerpackage/log/levelfilter/levelfilter.go
Handlerpackage/log/ndjson/ndjson.go
Handlerpackage/log/logfmt/logfmt.go

Calls

no outgoing calls

Tested by

no test coverage detected