Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
type
Loggable
interface
{
7
ToLog(loc *time.Location) string
8
ToSimpleLog() string
9
GetSourceName() string
10
}
11
Callers
3
TailStagingLogs
Method · 0.65
log_cache_repository_test.go
File · 0.65
log_cache_message_test.go
File · 0.65
Implementers
2
LogCacheMessage
cf/api/logs/log_cache_message.go
FakeLoggable
cf/api/logs/logsfakes/fake_loggable.go
Calls
no outgoing calls
Tested by
no test coverage detected