MCPcopy
hub / github.com/hashicorp/memberlist / Fatalf

Method Fatalf

internal/retry/retry.go:51–54  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

49}
50
51func (r *R) Fatalf(format string, args ...interface{}) {
52 r.log(fmt.Sprintf(format, args...))
53 r.FailNow()
54}
55
56func (r *R) Error(args ...interface{}) {
57 r.log(fmt.Sprint(args...))

Calls 2

logMethod · 0.95
FailNowMethod · 0.95