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

Method Error

buildlog/coder.go:194–196  ·  view source on GitHub ↗
(output string)

Source from the content-addressed store, hash-verified

192}
193
194func (c *CoderLogger) Error(output string) {
195 c.log(codersdk.LogLevelError, output)
196}
197
198func (c *CoderLogger) log(level codersdk.LogLevel, output string) {
199 if err := c.client.Send(level, output); err != nil {

Callers 1

ErrorfMethod · 0.95

Calls 1

logMethod · 0.95

Tested by

no test coverage detected