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

Function Criticalf

log/log.go:111–113  ·  view source on GitHub ↗

Criticalf logs a formatted message at the "critical" level. The arguments are handled in the same manner as fmt.Printf.

(format string, v ...interface{})

Source from the content-addressed store, hash-verified

109// Criticalf logs a formatted message at the "critical" level. The
110// arguments are handled in the same manner as fmt.Printf.
111func Criticalf(format string, v ...interface{}) {
112 outputf(LevelCritical, format, v)
113}
114
115// Critical logs its arguments at the "critical" level.
116func Critical(v ...interface{}) {

Callers 5

AutoUpdateMethod · 0.92
AutoUpdateMethod · 0.92
LoadClientCertificateFunction · 0.92
mainFunction · 0.92
TestCriticalfFunction · 0.85

Calls 1

outputfFunction · 0.85

Tested by 1

TestCriticalfFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…