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

Struct console

package/log/console/console.go:60–63  ·  view source on GitHub ↗

console logger

Source from the content-addressed store, hash-verified

58
59// console logger
60type console struct {
61 mu sync.Mutex
62 w io.Writer
63}
64
65// Log implements Logger
66func (c *console) Log(log *log.Entry) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected