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

Method ToSimpleLog

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

Source from the content-addressed store, hash-verified

29}
30
31func (m *LogCacheMessage) ToSimpleLog() string {
32 return m.msg.Message()
33}
34
35func (m *LogCacheMessage) GetSourceName() string {
36 return m.msg.SourceType()

Callers

nothing calls this directly

Calls 1

MessageMethod · 0.65

Tested by

no test coverage detected