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

Function Panicln

exported.go:263–265  ·  view source on GitHub ↗

Panicln logs a message at level Panic on the standard logger.

(args ...interface{})

Source from the content-addressed store, hash-verified

261
262// Panicln logs a message at level Panic on the standard logger.
263func Panicln(args ...interface{}) {
264 std.Panicln(args...)
265}
266
267// Fatalln logs a message at level Fatal on the standard logger then the process will exit with status set to 1.
268func Fatalln(args ...interface{}) {

Callers

nothing calls this directly

Calls 1

PaniclnMethod · 0.65

Tested by

no test coverage detected