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

Method LogSysHeaderColor

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

Source from the content-addressed store, hash-verified

12//go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ColorLogger
13type ColorLogger interface {
14 LogSysHeaderColor(string) string
15 LogStdoutColor(string) string
16 LogStderrColor(string) string
17}

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