MCPcopy Create free account
hub / github.com/danderson/netboot / logWithStdFmt

Function logWithStdFmt

pixiecore/cli/logging.go:31–35  ·  view source on GitHub ↗
(subsys, msg string)

Source from the content-addressed store, hash-verified

29}
30
31func logWithStdFmt(subsys, msg string) {
32 logSync.Lock()
33 defer logSync.Unlock()
34 fmt.Printf("[%s] %s\n", subsys, msg)
35}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected