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

Method Errorf

httpserver/logger.go:133–135  ·  view source on GitHub ↗

Errorf produces a formatted log with error level.

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

131
132// Errorf produces a formatted log with error level.
133func (e *EchoLogger) Errorf(format string, args ...interface{}) {
134 e.logger.Error().Msgf(format, args...)
135}
136
137// Errorj produces a json log with error level.
138func (e *EchoLogger) Errorj(j echologger.JSON) {

Calls 1

ErrorMethod · 0.45