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

Method Write

pkg/util/log/file_logger.go:300–302  ·  view source on GitHub ↗
(message []byte)

Source from the content-addressed store, hash-verified

298}
299
300func (f *fileLogger) Write(message []byte) (int, error) {
301 return f.logger.Out.Write(message)
302}
303
304func (f *fileLogger) WriteString(level logrus.Level, message string) {
305 f.m.Lock()

Callers 8

PrintLogoFunction · 0.45
PrintTableWithOptionsFunction · 0.45
WriteStringMethod · 0.45
writeMessageMethod · 0.45
writeJSONMethod · 0.45
writeMethod · 0.45
StringToNumberFunction · 0.45
TestGetPortsFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestGetPortsFunction · 0.36