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

Method Error

buildlog/logger.go:41–45  ·  view source on GitHub ↗
(output string)

Source from the content-addressed store, hash-verified

39}
40
41func (m multiLogger) Error(output string) {
42 for _, log := range m.loggers {
43 log.Error(output)
44 }
45}
46
47func (m multiLogger) Write(p []byte) (int, error) {
48 m.Info(string(p))

Callers 1

ErrorfMethod · 0.95

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected