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

Function Traceln

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

Source from the content-addressed store, hash-verified

74}
75
76func Traceln(v ...interface{}) {
77 if Debug {
78 Println(v...)
79 }
80}

Callers 2

RunMethod · 0.92
ValidateParsedFlagsMethod · 0.92

Calls 1

PrintlnFunction · 0.85

Tested by

no test coverage detected