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

Function Warningf

log/log.go:133–135  ·  view source on GitHub ↗

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

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

Source from the content-addressed store, hash-verified

131// Warningf logs a formatted message at the "warning" level. The
132// arguments are handled in the same manner as fmt.Printf.
133func Warningf(format string, v ...interface{}) {
134 outputf(LevelWarning, format, v)
135}
136
137// Warning logs its arguments at the "warning" level.
138func Warning(v ...interface{}) {

Callers 15

ldapURLFunction · 0.92
certIsRevokedCRLFunction · 0.92
registerHandlersFunction · 0.92
serverMainFunction · 0.92
scanMainFunction · 0.92
workerFunction · 0.92
HandleMethod · 0.92
HandleMethod · 0.92
HandleMethod · 0.92
initialCAHandlerFunction · 0.92
HandleMethod · 0.92
HandleMethod · 0.92

Calls 1

outputfFunction · 0.85

Tested by 1

TestWarningfFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…