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

Method Panicln

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

Source from the content-addressed store, hash-verified

432}
433
434func (entry *Entry) Panicln(args ...interface{}) {
435 entry.Logln(PanicLevel, args...)
436}
437
438// sprintlnn => Sprint no newline. This is to get the behavior of how
439// fmt.Sprintln where spaces are always added between operands, regardless of

Callers

nothing calls this directly

Calls 1

LoglnMethod · 0.95

Tested by

no test coverage detected