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

Struct StreamLogger

pkg/util/log/stream_logger.go:96–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96type StreamLogger struct {
97 m *sync.Mutex
98 level logrus.Level
99
100 prefixes []Prefix
101
102 format Format
103 isTerminal bool
104 stream io.Writer
105 errorStream io.Writer
106
107 survey survey.Survey
108
109 sinks []Logger
110}
111
112type Prefix struct {
113 Prefix string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected