MCPcopy
hub / github.com/bettercap/bettercap / Warning

Method Warning

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

Source from the content-addressed store, hash-verified

191}
192
193func (p *DNSProxy) Warning(format string, args ...interface{}) {
194 p.Sess.Events.Log(log.WARNING, p.tag+format, args...)
195}
196
197func (p *DNSProxy) Error(format string, args ...interface{}) {
198 p.Sess.Events.Log(log.ERROR, p.tag+format, args...)

Callers 15

ConfigureMethod · 0.95
ConfigureMethod · 0.45
streamReaderMethod · 0.45
setAuthFailedMethod · 0.45
writeFileMethod · 0.45
fileRouteMethod · 0.45
ConfigureMethod · 0.45
setMacMethod · 0.45
ConfigureMethod · 0.45
LoadDataMethod · 0.45
startDumpReaderMethod · 0.45
fuzzGenerateFrameMethod · 0.45

Calls 1

LogMethod · 0.45

Tested by

no test coverage detected