MCPcopy Index your code
hub / github.com/coder/envbox / Info

Method Info

buildlog/coder.go:186–188  ·  view source on GitHub ↗
(output string)

Source from the content-addressed store, hash-verified

184}
185
186func (c *CoderLogger) Info(output string) {
187 c.log(codersdk.LogLevelInfo, output)
188}
189
190func (c *CoderLogger) Errorf(format string, a ...any) {
191 c.Error(fmt.Sprintf(format, a...))

Callers 2

InfofMethod · 0.95
WriteMethod · 0.95

Calls 1

logMethod · 0.95

Tested by

no test coverage detected