MCPcopy Create free account
hub / github.com/efficientgo/e2e / NewLogger

Function NewLogger

logger.go:29–33  ·  view source on GitHub ↗
(w io.Writer)

Source from the content-addressed store, hash-verified

27}
28
29func NewLogger(w io.Writer) *SimpleLogger {
30 return &SimpleLogger{
31 w: w,
32 }
33}
34
35func (l *SimpleLogger) Log(keyvals ...interface{}) error {
36 b := strings.Builder{}

Callers 1

NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…