Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/envbox
/ Error
Method
Error
buildlog/logger.go:41–45 ·
view source on GitHub ↗
(output string)
Source
from the content-addressed store, hash-verified
39
}
40
41
func
(m multiLogger) Error(output string) {
42
for
_, log :=
range
m.loggers {
43
log.Error(output)
44
}
45
}
46
47
func
(m multiLogger) Write(p []byte) (int, error) {
48
m.Info(string(p))
Callers
1
Errorf
Method · 0.95
Calls
1
Error
Method · 0.65
Tested by
no test coverage detected