Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
type
DelegateLogger
interface
{
38
Log(args ...any)
39
Logf(format string, args ...any)
40
}
41
Callers
11
TestOCITracing
Function · 0.65
TestHTTPTracing
Function · 0.65
GitResolve
Method · 0.65
BuildSnapshotArtifact
Method · 0.65
Start
Function · 0.65
Stop
Method · 0.65
Destroy
Function · 0.65
AddStepsTo
Function · 0.65
ecCommandIsRunWith
Function · 0.65
TestLoggerWritesToFile
Function · 0.65
TestLoggerIsolation
Function · 0.65
Implementers
2
fileLogger
acceptance/log/log.go
logger
acceptance/log/log.go
Calls
no outgoing calls
Tested by
4
TestOCITracing
Function · 0.52
TestHTTPTracing
Function · 0.52
TestLoggerWritesToFile
Function · 0.52
TestLoggerIsolation
Function · 0.52