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

Method Path

pkg/init/cmd/service/logging.go:29–29  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

27// Log provides access to a log by path or io.WriteCloser
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)

Callers 3

startFunction · 0.65
addVMDKFunction · 0.65
addISOFunction · 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