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

Function Critical

log/log.go:116–118  ·  view source on GitHub ↗

Critical logs its arguments at the "critical" level.

(v ...interface{})

Source from the content-addressed store, hash-verified

114
115// Critical logs its arguments at the "critical" level.
116func Critical(v ...interface{}) {
117 output(LevelCritical, v)
118}
119
120// Errorf logs a formatted message at the "error" level. The arguments
121// are handled in the same manner as fmt.Printf.

Callers 4

ocspSignerMainFunction · 0.92
ocsprefreshMainFunction · 0.92
HandleMethod · 0.92
TestCriticalFunction · 0.85

Calls 1

outputFunction · 0.85

Tested by 1

TestCriticalFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…