MCPcopy
hub / github.com/moby/moby / loggerWithCache

Struct loggerWithCache

daemon/logger/loggerutils/cache/local_cache.go:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59type loggerWithCache struct {
60 l logger.Logger
61 cache logger.Logger
62}
63
64var _ logger.SizedLogger = &loggerWithCache{}
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected