MCPcopy Create free account
hub / github.com/conforma/cli / logger

Struct logger

acceptance/log/log.go:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83type logger struct {
84 id uint32
85 name string
86 t DelegateLogger
87 path string
88}
89
90// Log logs given arguments
91func (l logger) Log(args ...any) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected