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

Function Tracef

log/log.go:70–74  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

68}
69
70func Tracef(format string, v ...interface{}) {
71 if Debug {
72 Printf(format, v...)
73 }
74}
75
76func Traceln(v ...interface{}) {
77 if Debug {

Callers 8

tryFetchMtarSizeMethod · 0.92
UploadFilesMethod · 0.92
InitializeMethod · 0.92
ExecuteMethod · 0.92
logErrorFunction · 0.92
RoundTripMethod · 0.92
FetchCsrfTokenMethod · 0.92

Calls 1

PrintfFunction · 0.85

Tested by

no test coverage detected