Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
func
Fatalf(format string, v ...
interface
{}) {
77
mlog.Log(LOG_FATAL, fmt.Sprintf(format, v...))
78
os.Exit(-1)
79
}
80
81
func
SetLevelByString(level string) {
82
mlog.SetLevelByString(level)
Callers
nothing calls this directly
Calls
1
Log
Method · 0.80
Tested by
no test coverage detected