MCPcopy Index your code
hub / github.com/dearcode/candy / Fatalf

Function Fatalf

util/log/log.go:76–79  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

74}
75
76func Fatalf(format string, v ...interface{}) {
77 mlog.Log(LOG_FATAL, fmt.Sprintf(format, v...))
78 os.Exit(-1)
79}
80
81func SetLevelByString(level string) {
82 mlog.SetLevelByString(level)

Callers

nothing calls this directly

Calls 1

LogMethod · 0.80

Tested by

no test coverage detected