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

Method Info

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

Source from the content-addressed store, hash-verified

113}
114
115func (p *HTTPProxy) Info(format string, args ...interface{}) {
116 p.Sess.Events.Log(log.INFO, p.tag+format, args...)
117}
118
119func (p *HTTPProxy) Warning(format string, args ...interface{}) {
120 p.Sess.Events.Log(log.WARNING, p.tag+format, args...)

Callers 11

ConfigureMethod · 0.95
TLSConfigFromCAMethod · 0.95
StartMethod · 0.95
doScriptInjectionMethod · 0.95
ConfigureMethod · 0.45
StartMethod · 0.45
StartMethod · 0.45
prepInjectionMethod · 0.45
doInjectionMethod · 0.45
ConfigureMethod · 0.45
StartMethod · 0.45

Calls 1

LogMethod · 0.45

Tested by

no test coverage detected