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

Method ToSimpleLog

cf/api/logs/logs_repository.go:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6type Loggable interface {
7 ToLog(loc *time.Location) string
8 ToSimpleLog() string
9 GetSourceName() string
10}
11

Callers 3

TailStagingLogsMethod · 0.65

Implementers 2

LogCacheMessagecf/api/logs/log_cache_message.go
FakeLoggablecf/api/logs/logsfakes/fake_loggable.go

Calls

no outgoing calls

Tested by

no test coverage detected