MCPcopy
hub / github.com/cloudfoundry/cli / Print

Method Print

cf/trace/printer.go:6–6  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

4
5type Printer interface {
6 Print(v ...interface{})
7 Printf(format string, v ...interface{})
8 Println(v ...interface{})
9 WritesToConsole() bool

Callers 10

helloFunction · 0.65
FailedMethod · 0.65
ShowConfigurationMethod · 0.65
LoadingIndicationMethod · 0.65
PrintMethod · 0.65
PrintMethod · 0.65
dumpOutputFunction · 0.65

Implementers 2

LoggerPrintercf/trace/writer_printer.go
FakePrintercf/trace/tracefakes/fake_printer.go

Calls

no outgoing calls

Tested by

no test coverage detected