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

Function Error

log/log.go:127–129  ·  view source on GitHub ↗

Error logs its arguments at the "error" level.

(v ...interface{})

Source from the content-addressed store, hash-verified

125
126// Error logs its arguments at the "error" level.
127func Error(v ...interface{}) {
128 output(LevelError, v)
129}
130
131// Warningf logs a formatted message at the "warning" level. The
132// arguments are handled in the same manner as fmt.Printf.

Callers 12

SignMethod · 0.92
ParseAndLoadMethod · 0.92
generateCRLFunction · 0.92
revokeMainFunction · 0.92
gencertMainFunction · 0.92
signerMainFunction · 0.92
runWorkerMethod · 0.92
HandleMethod · 0.92
HandleMethod · 0.92
HandleMethod · 0.92
gencrlHandlerFunction · 0.92
populateMethod · 0.92

Calls 1

outputFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…