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

Method Fatalln

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

Source from the content-addressed store, hash-verified

427}
428
429func (entry *Entry) Fatalln(args ...interface{}) {
430 entry.Logln(FatalLevel, args...)
431 entry.Logger.Exit(1)
432}
433
434func (entry *Entry) Panicln(args ...interface{}) {
435 entry.Logln(PanicLevel, args...)

Callers

nothing calls this directly

Calls 2

LoglnMethod · 0.95
ExitMethod · 0.80

Tested by

no test coverage detected