MCPcopy Create free account
hub / github.com/docker/secrets-engine / defaultLogger

Struct defaultLogger

x/logging/logging.go:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45type defaultLogger struct {
46 logger *log.Logger
47 prefix string
48}
49
50func newDefaultLogger(out io.Writer) *log.Logger {
51 return log.New(out, "", log.LstdFlags)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected