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

Function Error

exported.go:123–125  ·  view source on GitHub ↗

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

(args ...interface{})

Source from the content-addressed store, hash-verified

121
122// Error logs a message at level Error on the standard logger.
123func Error(args ...interface{}) {
124 std.Error(args...)
125}
126
127// Panic logs a message at level Panic on the standard logger.
128func Panic(args ...interface{}) {

Callers 1

TestAllHooksFunction · 0.92

Calls 1

ErrorMethod · 0.65

Tested by 1

TestAllHooksFunction · 0.74