MCPcopy
hub / github.com/docker/compose / Log

Method Log

pkg/api/api.go:705–705  ·  pkg/api/api.go::LogConsumer.Log
(containerName, message string)

Source from the content-addressed store, hash-verified

703// LogConsumer is a callback to process log messages from services
704type LogConsumer interface {
705 Log(containerName, message string)
706 Err(containerName, message string)
707 Status(container, msg string)
708}

Callers 15

TestScaleBasicCasesFunction · 0.65
TestScaleWithDepsCasesFunction · 0.65
TestScaleDownNoRecreateFunction · 0.65
initializePluginsFunction · 0.65
TestLocalComposeLogsFunction · 0.65
doLogContainerMethod · 0.65
TestDownRemoveImagesFunction · 0.65

Implementers 7

MockLogConsumerpkg/mocks/mock_docker_compose_api.go
MockLogConsumerMockRecorderpkg/mocks/mock_docker_compose_api.go
stdLoggerpkg/compose/watch_test.go
testLogConsumerpkg/compose/logs_test.go
logConsumercmd/compose/logs.go
logConsumercmd/formatter/logs.go
logDecoratorcmd/formatter/logs.go

Calls

no outgoing calls