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

Struct LogMessage

actor/sharedaction/logging.go:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)
24
25type LogMessage struct {
26 message string
27 messageType string
28 timestamp time.Time
29 sourceType string
30 sourceInstance string
31}
32
33func (log LogMessage) Message() string {
34 return log.message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected