MCPcopy Create free account
hub / github.com/ankorstore/yokai / Error

Method Error

httpserver/logger.go:128–130  ·  view source on GitHub ↗

Error produces a log with error level.

(i ...interface{})

Source from the content-addressed store, hash-verified

126
127// Error produces a log with error level.
128func (e *EchoLogger) Error(i ...interface{}) {
129 e.logger.Error().Msg(fmt.Sprint(i...))
130}
131
132// Errorf produces a formatted log with error level.
133func (e *EchoLogger) Errorf(format string, args ...interface{}) {

Calls

no outgoing calls