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

Struct stdLogger

pkg/compose/watch_test.go:62–62  ·  pkg/compose/watch_test.go::stdLogger

Source from the content-addressed store, hash-verified

60}
61
62type stdLogger struct{}
63
64func (s stdLogger) Log(containerName, message string) {
65 fmt.Printf("%s: %s\n", containerName, message)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected