MCPcopy
hub / github.com/nextdns/nextdns / Log

Method Log

run.go:141–143  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

139}
140
141func (p *proxySvc) Log(msg string) {
142 p.log.Info(msg)
143}
144
145func run(args []string) error {
146 cmd := args[0]

Callers

nothing calls this directly

Calls 1

InfoMethod · 0.65

Tested by

no test coverage detected