MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / Trace

Function Trace

log/log.go:64–68  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

62}
63
64func Trace(v ...interface{}) {
65 if Debug {
66 Print(v...)
67 }
68}
69
70func Tracef(format string, v ...interface{}) {
71 if Debug {

Callers

nothing calls this directly

Calls 1

PrintFunction · 0.85

Tested by

no test coverage detected