MCPcopy Index your code
hub / github.com/coder/coder / ProvisionLog

Method ProvisionLog

provisioner/terraform/executor.go:597–597  ·  view source on GitHub ↗
(l proto.LogLevel, o string)

Source from the content-addressed store, hash-verified

595
596type logSink interface {
597 ProvisionLog(l proto.LogLevel, o string)
598}
599
600// logWriter creates a WriteCloser that will log each line of text at the given level. The WriteCloser must be closed

Callers 14

TestProvisionerdFunction · 0.65
ParseMethod · 0.65
InitMethod · 0.65
GraphMethod · 0.65
PlanMethod · 0.65
ApplyMethod · 0.65
resourceReplaceLogWriterFunction · 0.65
readAndLogFunction · 0.65
provisionReadAndLogMethod · 0.65
convertTerraformLogLevelFunction · 0.65
logResourceReplacementsFunction · 0.65
PlanMethod · 0.65

Implementers 2

Sessionprovisionersdk/session.go
mockLoggerprovisioner/terraform/executor_interna

Calls

no outgoing calls

Tested by 1

TestProvisionerdFunction · 0.52