MCPcopy
hub / github.com/sirupsen/logrus / Errorf

Function Errorf

exported.go:213–215  ·  exported.go::Errorf

Errorf logs a message at level Error on the standard logger.

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

Source from the content-addressed store, hash-verified

211
212// Errorf logs a message at level Error on the standard logger.
213func Errorf(format string, args ...interface{}) {
214 std.Errorf(format, args...)
215}
216
217// Panicf logs a message at level Panic on the standard logger.
218func Panicf(format string, args ...interface{}) {

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.65

Tested by

no test coverage detected