MCPcopy
hub / github.com/kubernetes-sigs/kwok / Warn

Method Warn

pkg/log/wrapper.go:66–68  ·  view source on GitHub ↗

Warn logs a warning message.

(msg string, args ...any)

Source from the content-addressed store, hash-verified

64
65// Warn logs a warning message.
66func (l *Logger) Warn(msg string, args ...any) {
67 l.log(LevelWarn, msg, args...)
68}
69
70// Error logs an error message.
71func (l *Logger) Error(msg string, args ...any) {

Callers 15

preprocessMethod · 0.80
preprocessMethod · 0.80
nodeLeaseSyncWorkerMethod · 0.80
preprocessMethod · 0.80
updateGaugeMethod · 0.80
updateCounterMethod · 0.80
updateHistogramMethod · 0.80
runEFunction · 0.80
startServerFunction · 0.80
dynamicMetricsPathMethod · 0.80
PullFunction · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected