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

Method Debug

pkg/util/log/stream_logger.go:323–328  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

321}
322
323func (s *StreamLogger) Debug(args ...interface{}) {
324 s.m.Lock()
325 defer s.m.Unlock()
326
327 s.writeMessage(debugFn, fmt.Sprintln(args...))
328}
329
330func (s *StreamLogger) Debugf(format string, args ...interface{}) {
331 s.m.Lock()

Callers 1

PrintMethod · 0.95

Calls 3

writeMessageMethod · 0.95
LockMethod · 0.80
UnlockMethod · 0.80

Tested by

no test coverage detected