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

Method log

pixiecore/logging.go:90–95  ·  view source on GitHub ↗
(subsystem, format string, args ...interface{})

Source from the content-addressed store, hash-verified

88}
89
90func (s *Server) log(subsystem, format string, args ...interface{}) {
91 if s.Log == nil {
92 return
93 }
94 s.Log(subsystem, fmt.Sprintf(format, args...))
95}
96
97func (s *Server) debug(subsystem, format string, args ...interface{}) {
98 if s.Debug == nil {

Callers 5

serveDHCPMethod · 0.95
handleIpxeMethod · 0.95
handleFileMethod · 0.95
logTFTPTransferMethod · 0.95
servePXEMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected