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

Method Panic

entry.go:344–346  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

342}
343
344func (entry *Entry) Panic(args ...interface{}) {
345 entry.Log(PanicLevel, args...)
346}
347
348// Entry Printf family functions
349

Callers

nothing calls this directly

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected