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

Method Warning

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

Source from the content-addressed store, hash-verified

21}
22
23func (l logPackage) Warning(m string) {
24 log.Error("%s", m)
25}
26
27func (l logPackage) Error(m string) {
28 log.Error("%s", m)

Callers 4

pipeMethod · 0.80
onTestFailFunction · 0.80
cmdWorkerFunction · 0.80
CloseMethod · 0.80

Calls 1

ErrorMethod · 0.80

Tested by

no test coverage detected