Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ stdLogger
Struct
stdLogger
pkg/compose/watch_test.go:62–62 ·
view source on GitHub ↗
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