Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/cli
/ terminalColorLogger
Struct
terminalColorLogger
cf/api/logs/log_cache_repository.go:10–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
terminalColorLogger
struct
{
11
}
12
13
func
(t terminalColorLogger) LogSysHeaderColor(message string) string {
14
return
terminal.LogSysHeaderColor(message)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected