MCPcopy
hub / github.com/shadow1ng/fscan / LogDebug

Function LogDebug

common/logger.go:71–71  ·  view source on GitHub ↗

LogDebug 输出调试日志

(msg string)

Source from the content-addressed store, hash-verified

69
70// LogDebug 输出调试日志
71func LogDebug(msg string) { getGlobalLogger().Debug(msg) }
72
73// LogInfo 输出信息日志
74func LogInfo(msg string) { getGlobalLogger().Info(msg) }

Callers 15

EnhancedPortScanFunction · 0.92
scanSinglePortFunction · 0.92
waitAdaptiveFunction · 0.92
GetInfoMethod · 0.92
handleHardMatchMethod · 0.92
handleNoMatchMethod · 0.92
executePOCsFunction · 0.92
reverseCheckFunction · 0.92
initFunction · 0.92
probeTargetFunction · 0.92
handleSocks5RequestMethod · 0.92

Calls 2

getGlobalLoggerFunction · 0.85
DebugMethod · 0.80

Tested by

no test coverage detected