MCPcopy
hub / github.com/moonD4rk/HackBrowserData / Fatal

Function Fatal

log/log.go:44–47  ·  view source on GitHub ↗
(args ...any)

Source from the content-addressed store, hash-verified

42}
43
44func Fatal(args ...any) {
45 defaultLogger.logMsg(FatalLevel, fmt.Sprint(args...))
46 osExit(1)
47}
48
49func Fatalf(format string, args ...any) {
50 defaultLogger.logMsg(FatalLevel, fmt.Sprintf(format, args...))

Callers

nothing calls this directly

Calls 1

logMsgMethod · 0.80

Tested by

no test coverage detected