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

Method Fatalln

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

Source from the content-addressed store, hash-verified

331}
332
333func (logger *Logger) Fatalln(args ...interface{}) {
334 logger.Logln(FatalLevel, args...)
335 logger.Exit(1)
336}
337
338func (logger *Logger) Panicln(args ...interface{}) {
339 logger.Logln(PanicLevel, args...)

Callers

nothing calls this directly

Calls 2

LoglnMethod · 0.95
ExitMethod · 0.95

Tested by

no test coverage detected