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

Method Log

pkg/compose/watch_test.go:64–66  ·  view source on GitHub ↗
(containerName, message string)

Source from the content-addressed store, hash-verified

62type stdLogger struct{}
63
64func (s stdLogger) Log(containerName, message string) {
65 fmt.Printf("%s: %s\n", containerName, message)
66}
67
68func (s stdLogger) Err(containerName, message string) {
69 fmt.Fprintf(os.Stderr, "%s: %s\n", containerName, message)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected