Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
func
(l logPackage) Warning(m string) {
24
log.Error(
"%s"
, m)
25
}
26
27
func
(l logPackage) Error(m string) {
28
log.Error(
"%s"
, m)
Callers
4
pipe
Method · 0.80
onTestFail
Function · 0.80
cmdWorker
Function · 0.80
Close
Method · 0.80
Calls
1
Error
Method · 0.80
Tested by
no test coverage detected