MCPcopy
hub / github.com/mikefarah/yq / Error

Method Error

pkg/yqlib/logger.go:71–73  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

69}
70
71func (l *Logger) Error(msg string) {
72 l.slogger.Error(msg)
73}
74
75func (l *Logger) Errorf(format string, args ...interface{}) {
76 l.slogger.Error(fmt.Sprintf(format, args...))

Calls

no outgoing calls