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

Method Infof

buildlog/coder.go:182–184  ·  view source on GitHub ↗
(format string, a ...any)

Source from the content-addressed store, hash-verified

180}
181
182func (c *CoderLogger) Infof(format string, a ...any) {
183 c.Info(fmt.Sprintf(format, a...))
184}
185
186func (c *CoderLogger) Info(output string) {
187 c.log(codersdk.LogLevelInfo, output)

Callers

nothing calls this directly

Calls 1

InfoMethod · 0.95

Tested by

no test coverage detected