MCPcopy Create free account
hub / github.com/coder/envbox / Info

Method Info

buildlog/logger.go:11–11  ·  view source on GitHub ↗
(output string)

Source from the content-addressed store, hash-verified

9
10type Logger interface {
11 Info(output string)
12 Infof(format string, a ...any)
13 Error(output string)
14 Errorf(format string, a ...any)

Callers 7

TestSlogKubeTerminateFunction · 0.65
dockerCmdFunction · 0.65
runDockerCVMFunction · 0.65
InfoMethod · 0.65
TestJSONLogFunction · 0.65
ReadCPUQuotaFunction · 0.65
DefaultLogImagePullFnFunction · 0.65

Implementers 4

CoderLoggerbuildlog/coder.go
multiLoggerbuildlog/logger.go
NopLoggerbuildlog/logger.go
JSONLoggerbuildlog/json.go

Calls

no outgoing calls

Tested by 2

TestSlogKubeTerminateFunction · 0.52
TestJSONLogFunction · 0.52