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

Method Error

modules/http_proxy/http_proxy_base.go:123–125  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

121}
122
123func (p *HTTPProxy) Error(format string, args ...interface{}) {
124 p.Sess.Events.Log(log.ERROR, p.tag+format, args...)
125}
126
127func (p *HTTPProxy) Fatal(format string, args ...interface{}) {
128 p.Sess.Events.Log(log.FATAL, p.tag+format, args...)

Callers 15

doProxyMethod · 0.95
shouldProxyMethod · 0.95
onResponseFilterMethod · 0.95
StartMethod · 0.45
doPingMethod · 0.45
doHoppingMethod · 0.45
StartMethod · 0.45
doInjectionMethod · 0.45
StartMethod · 0.45
StopMethod · 0.45
TestHttpProxyConfigureFunction · 0.45
TestHttpProxyStartStopFunction · 0.45

Calls 1

LogMethod · 0.45

Tested by 5

TestHttpProxyConfigureFunction · 0.36
TestHttpProxyStartStopFunction · 0.36