MCPcopy
hub / github.com/bettercap/bettercap / Info

Method Info

modules/dns_proxy/dns_proxy_base.go:189–191  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

187}
188
189func (p *DNSProxy) Info(format string, args ...interface{}) {
190 p.Sess.Events.Log(log.INFO, p.tag+format, args...)
191}
192
193func (p *DNSProxy) Warning(format string, args ...interface{}) {
194 p.Sess.Events.Log(log.WARNING, p.tag+format, args...)

Callers 15

ConfigureMethod · 0.95
StartMethod · 0.95
workerMethod · 0.45
ConfigureMethod · 0.45
dummyCallbackFunction · 0.45
StartMethod · 0.45
addTriggerMethod · 0.45
startWaitingForMethod · 0.45
streamWriterMethod · 0.45
recorderMethod · 0.45
ConfigureMethod · 0.45
StartMethod · 0.45

Calls 1

LogMethod · 0.45

Tested by

no test coverage detected