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

Method Panicln

logger.go:338–340  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

336}
337
338func (logger *Logger) Panicln(args ...interface{}) {
339 logger.Logln(PanicLevel, args...)
340}
341
342func (logger *Logger) Exit(code int) {
343 runHandlers()

Callers

nothing calls this directly

Calls 1

LoglnMethod · 0.95

Tested by

no test coverage detected