MCPcopy Create free account
hub / github.com/devspace-sh/devspace / AddSink

Method AddSink

pkg/util/log/logger.go:33–33  ·  view source on GitHub ↗
(sink Logger)

Source from the content-addressed store, hash-verified

31 WithPrefixColor(prefix, color string) Logger
32 WithSink(sink Logger) Logger
33 AddSink(sink Logger)
34
35 Writer(level logrus.Level, raw bool) io.WriteCloser
36 WriteString(level logrus.Level, message string)

Callers 1

StartFileLoggingFunction · 0.65

Implementers 4

DiscardLoggerpkg/util/log/discard_logger.go
fileLoggerpkg/util/log/file_logger.go
StreamLoggerpkg/util/log/stream_logger.go
FakeLoggerpkg/util/log/testing/fake.go

Calls

no outgoing calls

Tested by

no test coverage detected