MCPcopy Index your code
hub / github.com/devspace-sh/devspace / GetDevPodFileLogger

Function GetDevPodFileLogger

pkg/util/log/file_logger.go:35–37  ·  view source on GitHub ↗
(devPodName string)

Source from the content-addressed store, hash-verified

33}
34
35func GetDevPodFileLogger(devPodName string) Logger {
36 return GetFileLogger("dev." + strings.TrimSpace(devPodName))
37}
38
39// GetFileLogger returns a logger instance for the specified filename
40func GetFileLogger(filename string) Logger {

Callers

nothing calls this directly

Calls 1

GetFileLoggerFunction · 0.85

Tested by

no test coverage detected