MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Print

Method Print

cf/trace/writer_printer.go:20–22  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

18}
19
20func (p *LoggerPrinter) Print(v ...interface{}) {
21 p.logger.Print(v...)
22}
23
24func (p *LoggerPrinter) Printf(format string, v ...interface{}) {
25 p.logger.Printf(format, v...)

Callers

nothing calls this directly

Calls 1

PrintMethod · 0.65

Tested by

no test coverage detected