MCPcopy
hub / github.com/bettercap/bettercap / Error

Method Error

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

Source from the content-addressed store, hash-verified

195}
196
197func (p *DNSProxy) Error(format string, args ...interface{}) {
198 p.Sess.Events.Log(log.ERROR, p.tag+format, args...)
199}
200
201func (p *DNSProxy) Fatal(format string, args ...interface{}) {
202 p.Sess.Events.Log(log.FATAL, p.tag+format, args...)

Callers 9

ConfigureMethod · 0.95
NewJSQueryFunction · 0.45
ToQueryMethod · 0.45
NewJSResourceRecordFunction · 0.45
ToRRFunction · 0.45
StartMethod · 0.45
StopMethod · 0.45
dhcpAdvertiseMethod · 0.45
dhcpReplyMethod · 0.45

Calls 1

LogMethod · 0.45

Tested by

no test coverage detected