MCPcopy
hub / github.com/bettercap/bettercap / Fatal

Method Fatal

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

Source from the content-addressed store, hash-verified

104}
105
106func (m *SessionModule) Fatal(format string, args ...interface{}) {
107 m.Session.Events.Log(log.FATAL, m.tag+format, args...)
108}
109
110func (m *SessionModule) Printf(format string, a ...interface{}) {
111 m.Session.Events.Printf(format, a...)

Callers 15

TestLANWithAliasFunction · 0.45
TestParseTargetsFunction · 0.45
TestReadDirFunction · 0.45
TestReadFileFunction · 0.45
log_fatalFunction · 0.45
TestBtoaFunction · 0.45
assertPanicFunction · 0.45
TestNewEventPoolFunction · 0.45

Calls 1

LogMethod · 0.45

Tested by 15

TestLANWithAliasFunction · 0.36
TestParseTargetsFunction · 0.36
TestReadDirFunction · 0.36
TestReadFileFunction · 0.36
TestBtoaFunction · 0.36
assertPanicFunction · 0.36
TestNewEventPoolFunction · 0.36