MCPcopy 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
27func (m multiLogger) Infof(format string, a ...any) {
28 m.Info(fmt.Sprintf(format, a...))
29}
30
31func (m multiLogger) Info(output string) {
32 for _, log := range m.loggers {

Callers

nothing calls this directly

Calls 1

InfoMethod · 0.95

Tested by

no test coverage detected