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

Function Warningf

pkg/log/log.go:289–291  ·  view source on GitHub ↗

Warningf logs to the global logger.

(format string, v ...any)

Source from the content-addressed store, hash-verified

287
288// Warningf logs to the global logger.
289func Warningf(format string, v ...any) {
290 Log().WarningfAtDepth(1, format, v...)
291}
292
293// DebugfAtDepth logs to the global logger.
294func DebugfAtDepth(depth int, format string, v ...any) {

Callers 15

mainFunction · 0.92
createParserBinaryFunction · 0.92
MainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
MaybeInstallMethod · 0.92
getCurrentDriverFunction · 0.92
tryToPrintFailureLogsFunction · 0.92
osIsUbuntu2204Function · 0.92
failFunction · 0.92
MainFunction · 0.92
mainFunction · 0.92

Calls 2

LogFunction · 0.85
WarningfAtDepthMethod · 0.80

Tested by 1

startGoferFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…