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

Method Fatalf

utils/log/entrylogwrapper.go:135–137  ·  view source on GitHub ↗

Fatalf record a fatal level log.

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

133
134// Fatalf record a fatal level log.
135func (entry *Entry) Fatalf(format string, args ...interface{}) {
136 (*logrus.Entry)(entry).Fatalf(format, args...)
137}
138
139// Panicf record a panic level log.
140func (entry *Entry) Panicf(format string, args ...interface{}) {

Calls

no outgoing calls