MCPcopy
hub / github.com/k8snetworkplumbingwg/multus-cni / Debugf

Function Debugf

pkg/logging/logging.go:126–128  ·  view source on GitHub ↗

Debugf prints logging if logging level >= debug

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

Source from the content-addressed store, hash-verified

124
125// Debugf prints logging if logging level >= debug
126func Debugf(format string, a ...interface{}) {
127 printf(DebugLevel, format, a...)
128}
129
130// Verbosef prints logging if logging level >= verbose
131func Verbosef(format string, a ...interface{}) {

Callers 15

LoadDelegateNetConfListFunction · 0.92
LoadDelegateNetConfFunction · 0.92
mergeCNIRuntimeConfigFunction · 0.92
newCNIRuntimeConfFunction · 0.92
delegateRuntimeConfigFunction · 0.92
LoadNetConfFunction · 0.92
AddDelegatesMethod · 0.92
delegateAddDeviceIDFunction · 0.92
addDeviceIDInConfListFunction · 0.92
GetK8sClientFunction · 0.92
GetPodMethod · 0.92

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected