MCPcopy Create free account
hub / github.com/evilsocket/shellz / Info

Method Info

plugins/log.go:19–21  ·  view source on GitHub ↗
(m string)

Source from the content-addressed store, hash-verified

17}
18
19func (l logPackage) Info(m string) {
20 log.Info("%s", m)
21}
22
23func (l logPackage) Warning(m string) {
24 log.Error("%s", m)

Callers 7

startMethod · 0.80
showHelpFunction · 0.80
runEnableFunction · 0.80
onTestSuccessFunction · 0.80
cmdWorkerFunction · 0.80
runTunnelFunction · 0.80
InitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected