Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
182
func
(c *CoderLogger) Infof(format string, a ...any) {
183
c.Info(fmt.Sprintf(format, a...))
184
}
185
186
func
(c *CoderLogger) Info(output string) {
187
c.log(codersdk.LogLevelInfo, output)
Callers
nothing calls this directly
Calls
1
Info
Method · 0.95
Tested by
no test coverage detected