MCPcopy
hub / github.com/bettercap/bettercap / Debug

Method Debug

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

Source from the content-addressed store, hash-verified

109}
110
111func (p *HTTPProxy) Debug(format string, args ...interface{}) {
112 p.Sess.Events.Log(log.DEBUG, p.tag+format, args...)
113}
114
115func (p *HTTPProxy) Info(format string, args ...interface{}) {
116 p.Sess.Events.Log(log.INFO, p.tag+format, args...)

Callers 15

shouldProxyMethod · 0.95
ConfigureMethod · 0.95
TLSConfigFromCAMethod · 0.95
httpsWorkerMethod · 0.95
StopMethod · 0.95
onRequestFilterMethod · 0.95
onResponseFilterMethod · 0.95
ConfigureMethod · 0.45
setSniffModeMethod · 0.45
doPingMethod · 0.45
doHoppingMethod · 0.45
onDeviceDetectedMethod · 0.45

Calls 1

LogMethod · 0.45

Tested by

no test coverage detected