MCPcopy Index your code
hub / github.com/coder/envbox / Errorf

Method Errorf

buildlog/coder.go:190–192  ·  view source on GitHub ↗
(format string, a ...any)

Source from the content-addressed store, hash-verified

188}
189
190func (c *CoderLogger) Errorf(format string, a ...any) {
191 c.Error(fmt.Sprintf(format, a...))
192}
193
194func (c *CoderLogger) Error(output string) {
195 c.log(codersdk.LogLevelError, output)

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.95

Tested by

no test coverage detected