MCPcopy
hub / github.com/moby/moby / JSONFileLogger

Struct JSONFileLogger

daemon/logger/jsonfilelog/jsonfilelog.go:31–34  ·  view source on GitHub ↗

JSONFileLogger is Logger implementation for default Docker logging.

Source from the content-addressed store, hash-verified

29
30// JSONFileLogger is Logger implementation for default Docker logging.
31type JSONFileLogger struct {
32 writer *loggerutils.LogFile
33 extra json.RawMessage
34}
35
36// New creates new JSONFileLogger which writes to filename passed in
37// on given context.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected