MCPcopy Create free account
hub / github.com/containerd/nerdctl / WriteLogEntry

Method WriteLogEntry

pkg/logging/logging.go:81–81  ·  view source on GitHub ↗

WriteLogEntry writes a single log line for the given stream ("stdout" or "stderr"). It may be called concurrently for different streams.

(stream, line string)

Source from the content-addressed store, hash-verified

79 // WriteLogEntry writes a single log line for the given stream ("stdout" or
80 // "stderr"). It may be called concurrently for different streams.
81 WriteLogEntry(stream, line string) error
82}
83
84type DriverFactory func(map[string]string, string) (Driver, error)

Callers 1

loggingProcessAdapterFunction · 0.65

Implementers 2

JSONLoggerpkg/logging/json_logger.go
SyncMockDriverpkg/logging/logging_test.go

Calls

no outgoing calls

Tested by

no test coverage detected