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

Struct fileLogger

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

fileLogger writes log output to a file, one per scenario

Source from the content-addressed store, hash-verified

58
59// fileLogger writes log output to a file, one per scenario
60type fileLogger struct {
61 mu sync.Mutex
62 file *os.File
63}
64
65func (f *fileLogger) Log(args ...any) {
66 f.mu.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected