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

Method Warning

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

Source from the content-addressed store, hash-verified

117}
118
119func (p *HTTPProxy) Warning(format string, args ...interface{}) {
120 p.Sess.Events.Log(log.WARNING, p.tag+format, args...)
121}
122
123func (p *HTTPProxy) Error(format string, args ...interface{}) {
124 p.Sess.Events.Log(log.ERROR, p.tag+format, args...)

Callers 7

ConfigureMethod · 0.95
TLSConfigFromCAMethod · 0.95
httpsWorkerMethod · 0.95
doHoppingMethod · 0.45
onDeviceDetectedMethod · 0.45
StartMethod · 0.45
prepInjectionMethod · 0.45

Calls 1

LogMethod · 0.45

Tested by

no test coverage detected