MCPcopy
hub / github.com/opentrace/opentrace / Logger

Interface Logger

tests/fixtures/go/extraction/mixed.go:21–23  ·  tests/fixtures/go/extraction/mixed.go::Logger

Source from the content-addressed store, hash-verified

19}
20
21type Logger interface {
22 Log(msg string)
23}
24
25func NewConfig() *Config {
26 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected