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

Method Info

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

Source from the content-addressed store, hash-verified

339}
340
341func (s *StreamLogger) Info(args ...interface{}) {
342 s.m.Lock()
343 defer s.m.Unlock()
344
345 s.writeMessage(infoFn, fmt.Sprintln(args...))
346}
347
348func (s *StreamLogger) Infof(format string, args ...interface{}) {
349 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