MCPcopy Create free account
hub / github.com/cloudflare/cfssl / output

Function output

log/log.go:92–94  ·  view source on GitHub ↗
(l int, v []interface{})

Source from the content-addressed store, hash-verified

90}
91
92func output(l int, v []interface{}) {
93 print(l, fmt.Sprint(v...))
94}
95
96// Fatalf logs a formatted message at the "fatal" level and then exits. The
97// arguments are handled in the same manner as fmt.Printf.

Callers 7

TestOutputFunction · 0.85
FatalFunction · 0.85
CriticalFunction · 0.85
ErrorFunction · 0.85
WarningFunction · 0.85
InfoFunction · 0.85
DebugFunction · 0.85

Calls 1

printFunction · 0.85

Tested by 1

TestOutputFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…