MCPcopy Create free account
hub / github.com/docker/compose / Log

Method Log

cmd/compose/logs.go:118–123  ·  view source on GitHub ↗
(containerName, message string)

Source from the content-addressed store, hash-verified

116}
117
118func (l logConsumer) Log(containerName, message string) {
119 l.events.On(api.Resource{
120 ID: containerName,
121 Text: message,
122 })
123}
124
125func (l logConsumer) Err(containerName, message string) {
126 l.events.On(api.Resource{

Callers

nothing calls this directly

Calls 1

OnMethod · 0.65

Tested by

no test coverage detected