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