Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/envbox
/ Errorf
Method
Errorf
buildlog/coder.go:190–192 ·
view source on GitHub ↗
(format string, a ...any)
Source
from the content-addressed store, hash-verified
188
}
189
190
func
(c *CoderLogger) Errorf(format string, a ...any) {
191
c.Error(fmt.Sprintf(format, a...))
192
}
193
194
func
(c *CoderLogger) Error(output string) {
195
c.log(codersdk.LogLevelError, output)
Callers
nothing calls this directly
Calls
1
Error
Method · 0.95
Tested by
no test coverage detected