MCPcopy Index your code
hub / github.com/linuxkit/linuxkit / Open

Method Open

pkg/init/cmd/service/logging.go:30–30  ·  view source on GitHub ↗

Path of the log file (may be a FIFO)

(string)

Source from the content-addressed store, hash-verified

28type Log interface {
29 Path(string) string // Path of the log file (may be a FIFO)
30 Open(string) (io.WriteCloser, error) // Opens a log stream
31 Dump(string) // Copies logs to the console
32 Symlink(string) // Symlinks to the log directory (if there is one)
33}

Callers 15

cgroupListFunction · 0.65
unmountAllFunction · 0.65
copyFSFunction · 0.65
PathMethod · 0.65
startFunction · 0.65
runcInitFunction · 0.65
deviceSizeFunction · 0.65
rereadPartitionsFunction · 0.65
FindCIsFunction · 0.65
rtcReadTimeFunction · 0.65
mainFunction · 0.65
NewGCPClientFunction · 0.65

Implementers 2

fileLogpkg/init/cmd/service/logging.go
remoteLogpkg/init/cmd/service/logging.go

Calls

no outgoing calls

Tested by

no test coverage detected