MCPcopy Index your code
hub / github.com/containerd/nerdctl / JSONLogger

Struct JSONLogger

pkg/logging/json_logger.go:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50type JSONLogger struct {
51 Opts map[string]string
52 logger *logrotate.Logger
53 encoder *jsonfile.SyncEncoder
54}
55
56func JSONFileLogOptsValidate(logOptMap map[string]string) error {
57 for key := range logOptMap {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected