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