MCPcopy
hub / github.com/coredns/coredns / Infof

Function Infof

plugin/pkg/log/log.go:74–74  ·  view source on GitHub ↗

Infof is equivalent to log.Printf, but prefixed with "[INFO] ".

(format string, v ...any)

Source from the content-addressed store, hash-verified

72
73// Infof is equivalent to log.Printf, but prefixed with "[INFO] ".
74func Infof(format string, v ...any) { logf(info, format, v...) }
75
76// Warning is equivalent to log.Print, but prefixed with "[WARNING] ".
77func Warning(v ...any) { log(warning, v...) }

Callers 9

onStartupMethod · 0.92
onFinalShutdownMethod · 0.92
OnStartupMethod · 0.92
stopServerMethod · 0.92
ServeDNSMethod · 0.92
signAndLogFunction · 0.92
ServeDNSMethod · 0.92
OnFinalShutdownMethod · 0.92
OnReloadMethod · 0.92

Calls 1

logfFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…