MCPcopy 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
31func (m multiLogger) Info(output string) {
32 for _, log := range m.loggers {
33 log.Info(output)
34 }
35}
36
37func (m multiLogger) Errorf(format string, a ...any) {
38 m.Error(fmt.Sprintf(format, a...))

Callers 2

InfofMethod · 0.95
WriteMethod · 0.95

Calls 1

InfoMethod · 0.65

Tested by

no test coverage detected