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

Struct fileLog

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

Source from the content-addressed store, hash-verified

46}
47
48type fileLog struct {
49 dir string
50}
51
52func (f *fileLog) localPath(n string) string {
53 return filepath.Join(f.dir, n+".log")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected