MCPcopy
hub / github.com/dragonflyoss/dragonfly / Println

Method Println

internal/job/logger.go:20–22  ·  view source on GitHub ↗

Println sends to logger.Info

(args ...any)

Source from the content-addressed store, hash-verified

18
19// Println sends to logger.Info
20func (m *MachineryLogger) Println(args ...any) {
21 logger.JobLogger.Info(args...)
22}
23
24// Fatal sends to logger.Fatal
25func (m *MachineryLogger) Fatal(args ...any) {

Callers 15

mainFunction · 0.80
host_test.goFile · 0.80
rate_limit_test.goFile · 0.80
dfcache_test.goFile · 0.80
containerd_test.goFile · 0.80
proxy_test.goFile · 0.80
dfget_test.goFile · 0.80
GetClientPodNameInMasterFunction · 0.80
GetClientPodNameInWorkerFunction · 0.80

Calls 1

InfoMethod · 0.80

Tested by 2