MCPcopy
hub / github.com/google/gvisor / Infof

Function Infof

pkg/log/log.go:284–286  ·  view source on GitHub ↗

Infof logs to the global logger.

(format string, v ...any)

Source from the content-addressed store, hash-verified

282
283// Infof logs to the global logger.
284func Infof(format string, v ...any) {
285 Log().InfofAtDepth(1, format, v...)
286}
287
288// Warningf logs to the global logger.
289func Warningf(format string, v ...any) {

Callers 15

runFunction · 0.92
MainFunction · 0.92
MaybeInstallMethod · 0.92
ValidateChecksumFunction · 0.92
InstallFunction · 0.92
NewClusterFunction · 0.92
MainFunction · 0.92
IntersectMethod · 0.92
NewFunction · 0.92
StartMethod · 0.92
StopMethod · 0.92
ChangeMethod · 0.92

Calls 2

LogFunction · 0.85
InfofAtDepthMethod · 0.80

Tested by 8

TestServerBulkTransferFunction · 0.74
TestClientBulkTransferFunction · 0.74
nftablesTestFunction · 0.74
iptablesTestFunction · 0.74
waitForProcessCountFunction · 0.74
TestRootNotMountFunction · 0.74
doExecuteTestMethod · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…