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

Function Warning

log/log.go:138–140  ·  view source on GitHub ↗

Warning logs its arguments at the "warning" level.

(v ...interface{})

Source from the content-addressed store, hash-verified

136
137// Warning logs its arguments at the "warning" level.
138func Warning(v ...interface{}) {
139 output(LevelWarning, v)
140}
141
142// Infof logs a formatted message at the "info" level. The arguments
143// are handled in the same manner as fmt.Printf.

Callers 13

mainFunction · 0.92
revCheckFunction · 0.92
parsePrivateKeySpecFunction · 0.92
gencertMainFunction · 0.92
workerFunction · 0.92
metricsDisallowedFunction · 0.92
HandleMethod · 0.92
HandleMethod · 0.92
HandleMethod · 0.92
HandleMethod · 0.92
BundleMethod · 0.92
warnSkippedSettingsMethod · 0.92

Calls 1

outputFunction · 0.85

Tested by 1

TestWarningFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…