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

Method Log

acceptance/log/log.go:38–38  ·  view source on GitHub ↗
(args ...any)

Source from the content-addressed store, hash-verified

36// DelegateLogger is the interface used internally to write log output
37type DelegateLogger interface {
38 Log(args ...any)
39 Logf(format string, args ...any)
40}
41

Callers 11

TestOCITracingFunction · 0.65
TestHTTPTracingFunction · 0.65
GitResolveMethod · 0.65
BuildSnapshotArtifactMethod · 0.65
StartFunction · 0.65
StopMethod · 0.65
DestroyFunction · 0.65
AddStepsToFunction · 0.65
ecCommandIsRunWithFunction · 0.65
TestLoggerWritesToFileFunction · 0.65
TestLoggerIsolationFunction · 0.65

Implementers 2

fileLoggeracceptance/log/log.go
loggeracceptance/log/log.go

Calls

no outgoing calls

Tested by 4

TestOCITracingFunction · 0.52
TestHTTPTracingFunction · 0.52
TestLoggerWritesToFileFunction · 0.52
TestLoggerIsolationFunction · 0.52