Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
186
func
(c *CoderLogger) Info(output string) {
187
c.log(codersdk.LogLevelInfo, output)
188
}
189
190
func
(c *CoderLogger) Errorf(format string, a ...any) {
191
c.Error(fmt.Sprintf(format, a...))
Callers
2
Infof
Method · 0.95
Write
Method · 0.95
Calls
1
log
Method · 0.95
Tested by
no test coverage detected