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

Method Info

session/module.go:94–96  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

92}
93
94func (m *SessionModule) Info(format string, args ...interface{}) {
95 m.Session.Events.Log(log.INFO, m.tag+format, args...)
96}
97
98func (m *SessionModule) Warning(format string, args ...interface{}) {
99 m.Session.Events.Log(log.WARNING, m.tag+format, args...)

Callers 3

SetRunningMethod · 0.95
flogFunction · 0.45
log_infoFunction · 0.45

Calls 1

LogMethod · 0.45

Tested by

no test coverage detected