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

Method Error

pkg/log/wrapper.go:71–73  ·  view source on GitHub ↗

Error logs an error message.

(msg string, args ...any)

Source from the content-addressed store, hash-verified

69
70// Error logs an error message.
71func (l *Logger) Error(msg string, args ...any) {
72 l.log(LevelError, msg, args...)
73}
74
75// log is the low-level logging method for methods that take ...any.
76// It must always be called directly by an exported logging method

Callers 15

EnvironmentFunction · 0.95
mainFunction · 0.80
manageMethod · 0.80
preprocessWorkerMethod · 0.80
playStageWorkerMethod · 0.80
recyclingPodIPMethod · 0.80
markPodIPMethod · 0.80
preprocessWorkerMethod · 0.80
playStageWorkerMethod · 0.80
applyResourceMethod · 0.80
patchResourceMethod · 0.80
nodeLeaseSyncWorkerMethod · 0.80

Calls 1

logMethod · 0.95

Tested by 7

TestNodeLeaseControllerFunction · 0.64
TestInformerSyncFunction · 0.64
TestInformerWatchFunction · 0.64
Test_formatValueFunction · 0.64
TestConfigFunction · 0.64
TestMainFunction · 0.64