MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / Debug

Function Debug

internal/remotelogs/utils.go:45–47  ·  view source on GitHub ↗

Debug 打印调试信息

(tag string, description string)

Source from the content-addressed store, hash-verified

43
44// Debug 打印调试信息
45func Debug(tag string, description string) {
46 logs.Println("[" + tag + "]" + description)
47}
48
49// Println 打印普通信息
50func Println(tag string, description string) {

Callers 11

StartMethod · 0.92
StartMethod · 0.92
fetchMethod · 0.92
debugItemMethod · 0.92
checkClusterConfigMethod · 0.92
listenSockMethod · 0.92
reloadServerMethod · 0.92
StartMethod · 0.92
StartMethod · 0.92
StartMethod · 0.92
finishTaskMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected