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

Method LogStdoutColor

cf/api/logs/log_cache_message.go:15–15  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

13type ColorLogger interface {
14 LogSysHeaderColor(string) string
15 LogStdoutColor(string) string
16 LogStderrColor(string) string
17}
18

Callers 1

ToLogMethod · 0.65

Implementers 2

terminalColorLoggercf/api/logs/log_cache_repository.go
FakeColorLoggercf/api/logs/logsfakes/fake_color_logge

Calls

no outgoing calls

Tested by

no test coverage detected