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

Method Debugf

pkg/util/log/stream_logger.go:330–335  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

328}
329
330func (s *StreamLogger) Debugf(format string, args ...interface{}) {
331 s.m.Lock()
332 defer s.m.Unlock()
333
334 s.writeMessage(debugFn, fmt.Sprintf(format, args...)+"\n")
335}
336
337func (s *StreamLogger) Children() []Logger {
338 return nil

Callers 1

PrintfMethod · 0.95

Calls 3

writeMessageMethod · 0.95
LockMethod · 0.80
UnlockMethod · 0.80

Tested by

no test coverage detected