MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Fatalln

Method Fatalln

utils/log/entrylogwrapper.go:177–179  ·  view source on GitHub ↗

Fatalln record a fatal level log.

(args ...interface{})

Source from the content-addressed store, hash-verified

175
176// Fatalln record a fatal level log.
177func (entry *Entry) Fatalln(args ...interface{}) {
178 (*logrus.Entry)(entry).Fatalln(args...)
179}
180
181// Panicln record a panic level log.
182func (entry *Entry) Panicln(args ...interface{}) {

Callers 2

TestFatalLogFunction · 0.80
FatallnFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestFatalLogFunction · 0.64