Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/envbox
/ Errorf
Method
Errorf
buildlog/logger.go:37–39 ·
view source on GitHub ↗
(format string, a ...any)
Source
from the content-addressed store, hash-verified
35
}
36
37
func
(m multiLogger) Errorf(format string, a ...any) {
38
m.Error(fmt.Sprintf(format, a...))
39
}
40
41
func
(m multiLogger) Error(output string) {
42
for
_, log :=
range
m.loggers {
Callers
nothing calls this directly
Calls
1
Error
Method · 0.95
Tested by
no test coverage detected