MCPcopy Create free account
hub / github.com/cloudfoundry/cli / LoggerPrinter

Struct LoggerPrinter

cf/trace/writer_printer.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type LoggerPrinter struct {
9 logger *log.Logger
10 writesToConsole bool
11}
12
13func NewWriterPrinter(writer io.Writer, writesToConsole bool) Printer {
14 return &LoggerPrinter{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected