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

Function Println

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

Source from the content-addressed store, hash-verified

58}
59
60func Println(v ...interface{}) {
61 fmt.Println(v...)
62}
63
64func Trace(v ...interface{}) {
65 if Debug {

Callers 2

FatallnFunction · 0.85
TracelnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected