Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
62
type
stdLogger
struct
{}
63
64
func
(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