Versions in this module Expand all Collapse all v8 v8.17.1 Feb 12, 2026 v8.17.0 Nov 18, 2025 Changes in this version + var LoggingToStdout bool + func PrivateDataPlaceholder() string + func Sanitize(input string) string + type LoggerPrinter struct + func (p *LoggerPrinter) Print(v ...interface{}) + func (p *LoggerPrinter) Printf(format string, v ...interface{}) + func (p *LoggerPrinter) Println(v ...interface{}) + func (p *LoggerPrinter) WritesToConsole() bool + type Printer interface + Print func(v ...interface{}) + Printf func(format string, v ...interface{}) + Println func(v ...interface{}) + WritesToConsole func() bool + func CombinePrinters(printers []Printer) Printer + func NewLogger(writer io.Writer, verbose bool, boolsOrPaths ...string) Printer + func NewWriterPrinter(writer io.Writer, writesToConsole bool) Printer Other modules containing this package code.cloudfoundry.org/cli