MCPcopy Create free account
hub / github.com/coder/envbox / Errorf

Method Errorf

buildlog/logger.go:37–39  ·  view source on GitHub ↗
(format string, a ...any)

Source from the content-addressed store, hash-verified

35}
36
37func (m multiLogger) Errorf(format string, a ...any) {
38 m.Error(fmt.Sprintf(format, a...))
39}
40
41func (m multiLogger) Error(output string) {
42 for _, log := range m.loggers {

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.95

Tested by

no test coverage detected