Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
20
func
(p *LoggerPrinter) Print(v ...
interface
{}) {
21
p.logger.Print(v...)
22
}
23
24
func
(p *LoggerPrinter) Printf(format string, v ...
interface
{}) {
25
p.logger.Printf(format, v...)
Callers
nothing calls this directly
Calls
1
Print
Method · 0.65
Tested by
no test coverage detected